#B9815C

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

Shades of Medium Wood #B9815C

Tints of Medium Wood #B9815C

Color information

#B9815C (or 0xB9815C) is unknown color: approx Medium Wood. HEX triplet: B9, 81 and 5C. RGB value is (185,129,92). Sum of RGB (Red+Green+Blue) = 185+129+92=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B9815C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9815C is #467EA3. Grayscale: #8D8D8D. Windows color (decimal): -4619940 or 6062521. OLE color: 6062521.

HSL color Cylindrical-coordinate representation of color #B9815C: hue angle of 23.87º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9815C is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB18512992-
CMYK00.300.500.27
HSL23.87º39.91%54.31%-
HSV(B)23.87º50.27%72.55%-
XYZ29.7926.7913.73-
YUV141.53100.05159.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.57%
GREEN value IS 129 (50.78% from 255) = 31.77%
BLUE value IS 92 (36.33% from 255) = 22.66%
R=45.57%
G=31.77%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851299200.300.500.2723.8739.9154.31
HexB9815C01E321B182836
Octal2712011340366233305066
Binary101110011000000110111000111101100101101111000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9815C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9815C; }

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

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

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

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

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

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

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

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