Color Hex Logo

#b8650b Color Hex

#B8650B
(184,101,11)
0 Favorites   0 Comments

Color spaces of #b8650b

RGB 18410111
HSL0.090.890.38
HSV31°94°72°
CMYK 0.000.450.94   0.28
XYZ24.481219.52192.7944
Yxy19.52190.52310.4172
Hunter Lab44.183621.581827.1787
CIE-Lab51.292328.074757.0274

#b8650b color RGB value is (184,101,11).

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

The process color (four color CMYK) of #b8650b color hex is 0.00, 0.45, 0.94, 0.28. Web safe color of #b8650b is #cc6600. Color #b8650b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100101 00001011
Octal 270 145 13
Decimal 184 101 11
Hex B8 65 B

RGB Percentages of Color #b8650b

%62.16
%34.12
%3.72

CMYK Percentages of Color #b8650b

%0
%45
%94
%28

Triadic Colors of #b8650b

#b8650b #0bb865 #650bb8

Analogous Colors of #b8650b

#b8650b #b5b80b #b80e0b

Monochromatic Colors of #b8650b

#b8650b

Complementary Color

#b8650b #0b5eb8

#b8650b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8650b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8650b Color CSS Codes

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

#b8650b Text Font Color

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

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


#b8650b Background Color

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

This div background color is #b8650b


#b8650b Border Color

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

This div border color is #b8650b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8650b


Comments

No comments written yet.

Please login to write comment.