#B0846D

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

Shades of Medium Wood #B0846D

Tints of Medium Wood #B0846D

Color information

#B0846D (or 0xB0846D) is unknown color: approx Medium Wood. HEX triplet: B0, 84 and 6D. RGB value is (176,132,109). Sum of RGB (Red+Green+Blue) = 176+132+109=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B0846D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0846D is #4F7B92. Grayscale: #8E8E8E. Windows color (decimal): -5208979 or 7177392. OLE color: 7177392.

HSL color Cylindrical-coordinate representation of color #B0846D: hue angle of 20.6º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0846D is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB176132109-
CMYK00.250.380.31
HSL20.6º29.78%55.88%-
HSV(B)20.6º38.07%69.02%-
XYZ28.9226.8418.12-
YUV142.53109.08151.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.21%
GREEN value IS 132 (51.95% from 255) = 31.65%
BLUE value IS 109 (42.97% from 255) = 26.14%
R=42.21%
G=31.65%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613210900.250.380.3120.629.7855.88
HexB0846D019261F151e38
Octal2602041550314637253670
Binary10110000100001001101101011001100110111111010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0846D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0846D; }

 p { color: rgb(176,132,109); }

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

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

 a { background-color: rgb(176,132,109); }

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

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

 span { border-color: rgb(176,132,109); }

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