Color Hex Logo

#b9651f Color Hex

#B9651F
(185,101,31)
0 Favorites   0 Comments

Color spaces of #b9651f

RGB 18510131
HSL0.080.710.42
HSV27°83°73°
CMYK 0.000.450.83   0.27
XYZ24.908619.72063.7899
Yxy19.72060.51440.4073
Hunter Lab44.407922.407726.0255
CIE-Lab51.519828.934551.1126

#b9651f color RGB value is (185,101,31).

#b9651f hex color red value is 185, green value is 101 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #b9651f hue: 0.08 , saturation: 0.71 and the lightness value of b9651f is 0.42.

The process color (four color CMYK) of #b9651f color hex is 0.00, 0.45, 0.83, 0.27. Web safe color of #b9651f is #cc6633. Color #b9651f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100101 00011111
Octal 271 145 37
Decimal 185 101 31
Hex B9 65 1F

RGB Percentages of Color #b9651f

%58.36
%31.86
%9.78

CMYK Percentages of Color #b9651f

%0
%45
%83
%27

Triadic Colors of #b9651f

#b9651f #1fb965 #651fb9

Analogous Colors of #b9651f

#b9651f #b9b21f #b91f26

Monochromatic Colors of #b9651f

#b9651f

Complementary Color

#b9651f #1f73b9

#b9651f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9651f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9651f Color CSS Codes

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

#b9651f Text Font Color

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

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


#b9651f Background Color

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

This div background color is #b9651f


#b9651f Border Color

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

This div border color is #b9651f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9651f


Comments

No comments written yet.

Please login to write comment.