#B9876A

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

Shades of Medium Wood #B9876A

Tints of Medium Wood #B9876A

Color information

#B9876A (or 0xB9876A) is unknown color: approx Medium Wood. HEX triplet: B9, 87 and 6A. RGB value is (185,135,106). Sum of RGB (Red+Green+Blue) = 185+135+106=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B9876A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9876A is #467895. Grayscale: #929292. Windows color (decimal): -4618390 or 6981561. OLE color: 6981561.

HSL color Cylindrical-coordinate representation of color #B9876A: hue angle of 22.03º 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 #B9876A is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB185135106-
CMYK00.270.430.27
HSL22.03º36.07%57.06%-
HSV(B)22.03º42.7%72.55%-
XYZ31.2728.6817.52-
YUV146.64105.06155.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.43%
GREEN value IS 135 (53.12% from 255) = 31.69%
BLUE value IS 106 (41.80% from 255) = 24.88%
R=43.43%
G=31.69%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513510600.270.430.2722.0336.0757.06
HexB9876A01B2B1B162439
Octal2712071520335333264471
Binary101110011000011111010100110111010111101110110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9876A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9876A; }

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

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

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

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

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

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

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

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