Color Hex Logo

#b0540f Color Hex

#B0540F
(176,84,15)
0 Favorites   0 Comments

Color spaces of #b0540f

RGB 1768415
HSL0.070.840.37
HSV26°91°69°
CMYK 0.000.520.91   0.31
XYZ21.161015.60522.3487
Yxy15.60520.54100.3990
Hunter Lab39.503426.487024.1273
CIE-Lab46.452233.851352.0022

#b0540f color RGB value is (176,84,15).

#b0540f hex color red value is 176, green value is 84 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #b0540f hue: 0.07 , saturation: 0.84 and the lightness value of b0540f is 0.37.

The process color (four color CMYK) of #b0540f color hex is 0.00, 0.52, 0.91, 0.31. Web safe color of #b0540f is #996600. Color #b0540f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010100 00001111
Octal 260 124 17
Decimal 176 84 15
Hex B0 54 F

RGB Percentages of Color #b0540f

%64.00
%30.55
%5.45

CMYK Percentages of Color #b0540f

%0
%52
%91
%31

Triadic Colors of #b0540f

#b0540f #0fb054 #540fb0

Analogous Colors of #b0540f

#b0540f #b0a50f #b00f1a

Monochromatic Colors of #b0540f

#b0540f

Complementary Color

#b0540f #0f6bb0

#b0540f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0540f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0540f Color CSS Codes

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

#b0540f Text Font Color

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

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


#b0540f Background Color

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

This div background color is #b0540f


#b0540f Border Color

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

This div border color is #b0540f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,84,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 #b0540f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0540f


Comments

No comments written yet.

Please login to write comment.