Color Hex Logo

#b9633e Color Hex

#B9633E
(185,99,62)
0 Favorites   0 Comments

Color spaces of #b9633e

RGB 1859962
HSL0.050.500.48
HSV18°66°73°
CMYK 0.000.460.66   0.27
XYZ25.338919.58587.0024
Yxy19.58580.48800.3772
Hunter Lab44.255824.753321.5979
CIE-Lab51.365631.431236.0182

#b9633e color RGB value is (185,99,62).

#b9633e hex color red value is 185, green value is 99 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #b9633e hue: 0.05 , saturation: 0.50 and the lightness value of b9633e is 0.48.

The process color (four color CMYK) of #b9633e color hex is 0.00, 0.46, 0.66, 0.27. Web safe color of #b9633e is #cc6633. Color #b9633e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100011 00111110
Octal 271 143 76
Decimal 185 99 62
Hex B9 63 3E

RGB Percentages of Color #b9633e

%53.47
%28.61
%17.92

CMYK Percentages of Color #b9633e

%0
%46
%66
%27

Triadic Colors of #b9633e

#b9633e #3eb963 #633eb9

Analogous Colors of #b9633e

#b9633e #b9a13e #b93e56

Monochromatic Colors of #b9633e

#b9633e

Complementary Color

#b9633e #3e94b9

#b9633e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9633e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9633e Color CSS Codes

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

#b9633e Text Font Color

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

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


#b9633e Background Color

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

This div background color is #b9633e


#b9633e Border Color

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

This div border color is #b9633e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9633e


Comments

No comments written yet.

Please login to write comment.