color codes Logo

#b48e19 color codes

#B48E19
(180,142,25)
0 Favorites   0 Comments

Color spaces of #b48e19

RGB 18014225
HSL0.130.760.40
HSV45°86°71°
CMYK 0.000.210.86   0.29
XYZ28.670929.11955.0292
Yxy29.11950.45640.4635
Hunter Lab53.96250.404832.2480
CIE-Lab60.88693.919660.8047

#b48e19 color RGB value is (180,142,25).

#b48e19 hex color red value is 180, green value is 142 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #b48e19 hue: 0.13 , saturation: 0.76 and the lightness value of b48e19 is 0.40.

The process color (four color CMYK) of #b48e19 color code is 0.00, 0.21, 0.86, 0.29. Web safe color of #b48e19 is #cc9900. Color #b48e19 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001110 00011001
Octal 264 216 31
Decimal 180 142 25
Hex B4 8E 19

RGB Percentages of Color #b48e19

%51.87
%40.92
%7.20

CMYK Percentages of Color #b48e19

%0
%21
%86
%29

Triadic Colors of #b48e19

#b48e19 #19b48e #8e19b4

Analogous Colors of #b48e19

#b48e19 #8db419 #b44119

Monochromatic Colors of #b48e19

#b48e19

Complementary Color

#b48e19 #193fb4

#b48e19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48e19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48e19 Color CSS Codes

.mybgcolor {background-color:#b48e19; } 
.myforecolor {color:#b48e19; }
.mybordercolor {border:3px solid #b48e19; }

#b48e19 Text Font Color

<p style="color:#b48e19">Text here</p>

This sample text font color is #b48e19
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b48e19 Background Color

<div style="background-color:#b48e19">
Div content here</div>

This div background color is #b48e19


#b48e19 Border Color

<div style="border:3px solid #b48e19">
Div here</div>

This div border color is #b48e19


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,142,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b48e19; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b48e19;
  -webkit-box-shadow: 1px 1px 3px 2px #b48e19;
  box-shadow:         1px 1px 3px 2px #b48e19; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,142,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b48e19">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b48e19;
  -webkit-box-shadow: 1px 1px 3px 2px #b48e19;
  box-shadow:         1px 1px 3px 2px #b48e19;">
Div content here</div>

This div box has shadow with color #b48e19


Comments

No comments written yet.

Please login to write comment.