Color Hex Logo

#b8512c Color Hex

#B8512C
(184,81,44)
0 Favorites   0 Comments

Color spaces of #b8512c

RGB 1848144
HSL0.040.610.45
HSV16°76°72°
CMYK 0.000.560.76   0.28
XYZ23.164216.25714.2999
Yxy16.25710.52980.3718
Hunter Lab40.320131.989421.9011
CIE-Lab47.310039.429541.0475

#b8512c color RGB value is (184,81,44).

#b8512c hex color red value is 184, green value is 81 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #b8512c hue: 0.04 , saturation: 0.61 and the lightness value of b8512c is 0.45.

The process color (four color CMYK) of #b8512c color hex is 0.00, 0.56, 0.76, 0.28. Web safe color of #b8512c is #cc6633. Color #b8512c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010001 00101100
Octal 270 121 54
Decimal 184 81 44
Hex B8 51 2C

RGB Percentages of Color #b8512c

%59.55
%26.21
%14.24

CMYK Percentages of Color #b8512c

%0
%56
%76
%28

Triadic Colors of #b8512c

#b8512c #2cb851 #512cb8

Analogous Colors of #b8512c

#b8512c #b8972c #b82c4d

Monochromatic Colors of #b8512c

#b8512c

Complementary Color

#b8512c #2c93b8

#b8512c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8512c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8512c Color CSS Codes

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

#b8512c Text Font Color

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

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


#b8512c Background Color

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

This div background color is #b8512c


#b8512c Border Color

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

This div border color is #b8512c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,81,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b8512c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b8512c;
  -webkit-box-shadow: 1px 1px 3px 2px #b8512c;
  box-shadow:         1px 1px 3px 2px #b8512c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,81,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8512c


Comments

No comments written yet.

Please login to write comment.