Color Hex Logo

#b5980f Color Hex

#B5980F
(181,152,15)
0 Favorites   0 Comments

Color spaces of #b5980f

RGB 18115215
HSL0.140.850.38
HSV50°92°71°
CMYK 0.000.160.92   0.29
XYZ30.370532.31475.0886
Yxy32.31470.44810.4768
Hunter Lab56.8460-4.115334.4848
CIE-Lab63.6021-1.284565.2047

#b5980f color RGB value is (181,152,15).

#b5980f hex color red value is 181, green value is 152 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #b5980f hue: 0.14 , saturation: 0.85 and the lightness value of b5980f is 0.38.

The process color (four color CMYK) of #b5980f color hex is 0.00, 0.16, 0.92, 0.29. Web safe color of #b5980f is #cc9900. Color #b5980f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011000 00001111
Octal 265 230 17
Decimal 181 152 15
Hex B5 98 F

RGB Percentages of Color #b5980f

%52.01
%43.68
%4.31

CMYK Percentages of Color #b5980f

%0
%16
%92
%29

Triadic Colors of #b5980f

#b5980f #0fb598 #980fb5

Analogous Colors of #b5980f

#b5980f #7fb50f #b5450f

Monochromatic Colors of #b5980f

#b5980f

Complementary Color

#b5980f #0f2cb5

#b5980f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5980f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5980f Color CSS Codes

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

#b5980f Text Font Color

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

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


#b5980f Background Color

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

This div background color is #b5980f


#b5980f Border Color

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

This div border color is #b5980f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5980f


Comments

No comments written yet.

Please login to write comment.