#B0846A

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

Shades of Medium Wood #B0846A

Tints of Medium Wood #B0846A

Color information

#B0846A (or 0xB0846A) is unknown color: approx Medium Wood. HEX triplet: B0, 84 and 6A. RGB value is (176,132,106). Sum of RGB (Red+Green+Blue) = 176+132+106=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 106 (41.80% from 255 or 25.60% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B0846A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0846A is #4F7B95. Grayscale: #8E8E8E. Windows color (decimal): -5208982 or 6980784. OLE color: 6980784.

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

Color convert

RGB176132106-
CMYK00.250.400.31
HSL22.29º30.7%55.29%-
HSV(B)22.29º39.77%69.02%-
XYZ28.7626.7717.29-
YUV142.19107.58152.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.51%
GREEN value IS 132 (51.95% from 255) = 31.88%
BLUE value IS 106 (41.80% from 255) = 25.60%
R=42.51%
G=31.88%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613210600.250.400.3122.2930.755.29
HexB0846A019281F161f37
Octal2602041520315037263767
Binary10110000100001001101010011001101000111111011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0846A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0846A; }

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

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

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

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

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

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

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

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