Color Hex Logo

#b09363 Color Hex

#B09363
(176,147,99)
0 Favorites   0 Comments

Color spaces of #b09363

RGB 17614799
HSL0.100.330.54
HSV37°44°69°
CMYK 0.000.160.44   0.31
XYZ30.590330.998416.1754
Yxy30.99840.39340.3986
Hunter Lab55.67620.640321.7480
CIE-Lab62.50634.261729.4315

#b09363 color RGB value is (176,147,99).

#b09363 hex color red value is 176, green value is 147 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #b09363 hue: 0.10 , saturation: 0.33 and the lightness value of b09363 is 0.54.

The process color (four color CMYK) of #b09363 color hex is 0.00, 0.16, 0.44, 0.31. Web safe color of #b09363 is #999966. Color #b09363 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010011 01100011
Octal 260 223 143
Decimal 176 147 99
Hex B0 93 63

RGB Percentages of Color #b09363

%41.71
%34.83
%23.46

CMYK Percentages of Color #b09363

%0
%16
%44
%31

Triadic Colors of #b09363

#b09363 #63b093 #9363b0

Analogous Colors of #b09363

#b09363 #a7b063 #b06d63

Monochromatic Colors of #b09363

#b09363

Complementary Color

#b09363 #6380b0

#b09363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09363 Color CSS Codes

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

#b09363 Text Font Color

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

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


#b09363 Background Color

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

This div background color is #b09363


#b09363 Border Color

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

This div border color is #b09363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09363


Comments

No comments written yet.

Please login to write comment.