Color Hex Logo

#b2540f Color Hex

#B2540F
(178,84,15)
0 Favorites   0 Comments

Color spaces of #b2540f

RGB 1788415
HSL0.070.840.38
HSV25°92°70°
CMYK 0.000.530.92   0.30
XYZ21.616615.84012.3701
Yxy15.84010.54280.3977
Hunter Lab39.799627.300424.3290
CIE-Lab46.764034.666852.3712

#b2540f color RGB value is (178,84,15).

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

The process color (four color CMYK) of #b2540f color hex is 0.00, 0.53, 0.92, 0.30. Web safe color of #b2540f is #996600. Color #b2540f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010100 00001111
Octal 262 124 17
Decimal 178 84 15
Hex B2 54 F

RGB Percentages of Color #b2540f

%64.26
%30.32
%5.42

CMYK Percentages of Color #b2540f

%0
%53
%92
%30

Triadic Colors of #b2540f

#b2540f #0fb254 #540fb2

Analogous Colors of #b2540f

#b2540f #b2a60f #b20f1b

Monochromatic Colors of #b2540f

#b2540f

Complementary Color

#b2540f #0f6db2

#b2540f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2540f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2540f Color CSS Codes

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

#b2540f Text Font Color

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

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


#b2540f Background Color

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

This div background color is #b2540f


#b2540f Border Color

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

This div border color is #b2540f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2540f


Comments

No comments written yet.

Please login to write comment.