#B8856A

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

Shades of Medium Wood #B8856A

Tints of Medium Wood #B8856A

Color information

#B8856A (or 0xB8856A) is unknown color: approx Medium Wood. HEX triplet: B8, 85 and 6A. RGB value is (184,133,106). Sum of RGB (Red+Green+Blue) = 184+133+106=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B8856A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8856A is #477A95. Grayscale: #919191. Windows color (decimal): -4684438 or 6981048. OLE color: 6981048.

HSL color Cylindrical-coordinate representation of color #B8856A: hue angle of 20.77º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B8856A is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB184133106-
CMYK00.280.420.28
HSL20.77º35.45%56.86%-
HSV(B)20.77º42.39%72.16%-
XYZ30.7628.0117.42-
YUV145.17105.9155.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.50%
GREEN value IS 133 (52.34% from 255) = 31.44%
BLUE value IS 106 (41.80% from 255) = 25.06%
R=43.50%
G=31.44%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413310600.280.420.2820.7735.4556.86
HexB8856A01C2A1C152339
Octal2702051520345234254371
Binary101110001000010111010100111001010101110010101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8856A; }

 p { color: rgb(184,133,106); }

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

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

 a { background-color: rgb(184,133,106); }

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

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

 span { border-color: rgb(184,133,106); }

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