#B4805B

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

Shades of Medium Wood #B4805B

Tints of Medium Wood #B4805B

Color information

#B4805B (or 0xB4805B) is unknown color: approx Medium Wood. HEX triplet: B4, 80 and 5B. RGB value is (180,128,91). Sum of RGB (Red+Green+Blue) = 180+128+91=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B4805B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4805B is #4B7FA4. Grayscale: #8B8B8B. Windows color (decimal): -4947877 or 5996724. OLE color: 5996724.

HSL color Cylindrical-coordinate representation of color #B4805B: hue angle of 24.94º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4805B is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB18012891-
CMYK00.290.490.29
HSL24.94º37.24%53.14%-
HSV(B)24.94º49.44%70.59%-
XYZ28.4325.913.4-
YUV139.33100.73157.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.11%
GREEN value IS 128 (50.39% from 255) = 32.08%
BLUE value IS 91 (35.94% from 255) = 22.81%
R=45.11%
G=32.08%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801289100.290.490.2924.9437.2453.14
HexB4805B01D311D192535
Octal2642001330356135314565
Binary101101001000000010110110111011100011110111001100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4805B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4805B; }

 p { color: rgb(180,128,91); }

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

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

 a { background-color: rgb(180,128,91); }

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

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

 span { border-color: rgb(180,128,91); }

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