Color Hex Logo

#b59415 Color Hex

#B59415
(181,148,21)
0 Favorites   0 Comments

Color spaces of #b59415

RGB 18114821
HSL0.130.790.40
HSV48°88°71°
CMYK 0.000.180.88   0.29
XYZ29.781331.05775.1346
Yxy31.05770.45140.4708
Hunter Lab55.7294-2.137733.5480
CIE-Lab62.55630.998463.1851

#b59415 color RGB value is (181,148,21).

#b59415 hex color red value is 181, green value is 148 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #b59415 hue: 0.13 , saturation: 0.79 and the lightness value of b59415 is 0.40.

The process color (four color CMYK) of #b59415 color hex is 0.00, 0.18, 0.88, 0.29. Web safe color of #b59415 is #cc9900. Color #b59415 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010100 00010101
Octal 265 224 25
Decimal 181 148 21
Hex B5 94 15

RGB Percentages of Color #b59415

%51.71
%42.29
%6.00

CMYK Percentages of Color #b59415

%0
%18
%88
%29

Triadic Colors of #b59415

#b59415 #15b594 #9415b5

Analogous Colors of #b59415

#b59415 #86b515 #b54415

Monochromatic Colors of #b59415

#b59415

Complementary Color

#b59415 #1536b5

#b59415 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59415 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59415 Color CSS Codes

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

#b59415 Text Font Color

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

This sample text font color is #b59415
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.


#b59415 Background Color

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

This div background color is #b59415


#b59415 Border Color

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

This div border color is #b59415


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,148,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b59415; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b59415;
  -webkit-box-shadow: 1px 1px 3px 2px #b59415;
  box-shadow:         1px 1px 3px 2px #b59415; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,148,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59415


Comments

No comments written yet.

Please login to write comment.