#B9866A

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

Shades of Medium Wood #B9866A

Tints of Medium Wood #B9866A

Color information

#B9866A (or 0xB9866A) is unknown color: approx Medium Wood. HEX triplet: B9, 86 and 6A. RGB value is (185,134,106). Sum of RGB (Red+Green+Blue) = 185+134+106=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B9866A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9866A is #467995. Grayscale: #929292. Windows color (decimal): -4618646 or 6981305. OLE color: 6981305.

HSL color Cylindrical-coordinate representation of color #B9866A: hue angle of 21.27º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9866A is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB185134106-
CMYK00.280.430.27
HSL21.27º36.07%57.06%-
HSV(B)21.27º42.7%72.55%-
XYZ31.1328.4117.48-
YUV146.06105.4155.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.53%
GREEN value IS 134 (52.73% from 255) = 31.53%
BLUE value IS 106 (41.80% from 255) = 24.94%
R=43.53%
G=31.53%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513410600.280.430.2721.2736.0757.06
HexB9866A01C2B1B152439
Octal2712061520345333254471
Binary101110011000011011010100111001010111101110101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9866A; }

 p { color: rgb(185,134,106); }

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

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

 a { background-color: rgb(185,134,106); }

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

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

 span { border-color: rgb(185,134,106); }

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