#B4836A

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

Shades of Medium Wood #B4836A

Tints of Medium Wood #B4836A

Color information

#B4836A (or 0xB4836A) is unknown color: approx Medium Wood. HEX triplet: B4, 83 and 6A. RGB value is (180,131,106). Sum of RGB (Red+Green+Blue) = 180+131+106=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B4836A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4836A is #4B7C95. Grayscale: #8E8E8E. Windows color (decimal): -4947094 or 6980532. OLE color: 6980532.

HSL color Cylindrical-coordinate representation of color #B4836A: hue angle of 20.27º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B4836A is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB180131106-
CMYK00.270.410.29
HSL20.27º33.04%56.08%-
HSV(B)20.27º41.11%70.59%-
XYZ29.5426.9817.29-
YUV142.8107.23154.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.17%
GREEN value IS 131 (51.56% from 255) = 31.41%
BLUE value IS 106 (41.80% from 255) = 25.42%
R=43.17%
G=31.41%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013110600.270.410.2920.2733.0456.08
HexB4836A01B291D142138
Octal2642031520335135244170
Binary101101001000001111010100110111010011110110100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4836A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4836A; }

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

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

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

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

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

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

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

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