Color Hex Logo

#b8670a Color Hex

#B8670A
(184,103,10)
0 Favorites   0 Comments

Color spaces of #b8670a

RGB 18410310
HSL0.090.900.38
HSV32°95°72°
CMYK 0.000.440.95   0.28
XYZ24.672219.91282.8303
Yxy19.91280.52030.4200
Hunter Lab44.623820.600027.4761
CIE-Lab51.738526.976757.5451

#b8670a color RGB value is (184,103,10).

#b8670a hex color red value is 184, green value is 103 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #b8670a hue: 0.09 , saturation: 0.90 and the lightness value of b8670a is 0.38.

The process color (four color CMYK) of #b8670a color hex is 0.00, 0.44, 0.95, 0.28. Web safe color of #b8670a is #cc6600. Color #b8670a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100111 00001010
Octal 270 147 12
Decimal 184 103 10
Hex B8 67 A

RGB Percentages of Color #b8670a

%61.95
%34.68
%3.37

CMYK Percentages of Color #b8670a

%0
%44
%95
%28

Triadic Colors of #b8670a

#b8670a #0ab867 #670ab8

Analogous Colors of #b8670a

#b8670a #b2b80a #b8100a

Monochromatic Colors of #b8670a

#b8670a

Complementary Color

#b8670a #0a5bb8

#b8670a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8670a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8670a Color CSS Codes

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

#b8670a Text Font Color

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

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


#b8670a Background Color

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

This div background color is #b8670a


#b8670a Border Color

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

This div border color is #b8670a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8670a


Comments

No comments written yet.

Please login to write comment.