#B9815E

Color #B9815E Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #B9815E

Tints of Medium Wood #B9815E

Color information

#B9815E (or 0xB9815E) is unknown color: approx Medium Wood. HEX triplet: B9, 81 and 5E. RGB value is (185,129,94). Sum of RGB (Red+Green+Blue) = 185+129+94=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B9815E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9815E is #467EA1. Grayscale: #8D8D8D. Windows color (decimal): -4619938 or 6193593. OLE color: 6193593.

HSL color Cylindrical-coordinate representation of color #B9815E: hue angle of 23.08º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B9815E is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB18512994-
CMYK00.300.490.27
HSL23.08º39.39%54.71%-
HSV(B)23.08º49.19%72.55%-
XYZ29.8826.8214.19-
YUV141.75101.05158.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 45.34%
GREEN value IS 129 (50.78% from 255) = 31.62%
BLUE value IS 94 (37.11% from 255) = 23.04%
R=45.34%
G=31.62%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851299400.300.490.2723.0839.3954.71
HexB9815E01E311B172737
Octal2712011360366133274767
Binary101110011000000110111100111101100011101110111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9815E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9815E; }

 p { color: rgb(185,129,94); }

 H1.HeaderClassName
 {
   color: #B9815E;
 }
 .AnyTagClassName
 {
   color: #B9815E;
 }
</style>
background-color css

<style>
 a { background-color: #B9815E; }

 a { background-color: rgb(185,129,94); }

 div.DivClassName
 {
   background-color: #B9815E;
 }
 .BgClassName
 {
   background-color: #B9815E;
 }
</style>
border-color css

<style>
 span { border-color: #B9815E; }

 span { border-color: rgb(185,129,94); }

 td.TdClassName
 {
   border-color: #B9815E;
 }
 .TagClassName
 {
   border-color: #B9815E;
 }
</style>