#B0836A

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

Shades of Medium Wood #B0836A

Tints of Medium Wood #B0836A

Color information

#B0836A (or 0xB0836A) is unknown color: approx Medium Wood. HEX triplet: B0, 83 and 6A. RGB value is (176,131,106). Sum of RGB (Red+Green+Blue) = 176+131+106=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B0836A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0836A is #4F7C95. Grayscale: #8D8D8D. Windows color (decimal): -5209238 or 6980528. OLE color: 6980528.

HSL color Cylindrical-coordinate representation of color #B0836A: hue angle of 21.43º 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 #B0836A is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB176131106-
CMYK00.260.400.31
HSL21.43º30.7%55.29%-
HSV(B)21.43º39.77%69.02%-
XYZ28.6226.517.24-
YUV141.6107.91152.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.62%
GREEN value IS 131 (51.56% from 255) = 31.72%
BLUE value IS 106 (41.80% from 255) = 25.67%
R=42.62%
G=31.72%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613110600.260.400.3121.4330.755.29
HexB0836A01A281F151f37
Octal2602031520325037253767
Binary10110000100000111101010011010101000111111010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0836A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0836A; }

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

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

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

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

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

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

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

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