#B5805A

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

Shades of Medium Wood #B5805A

Tints of Medium Wood #B5805A

Color information

#B5805A (or 0xB5805A) is unknown color: approx Medium Wood. HEX triplet: B5, 80 and 5A. RGB value is (181,128,90). Sum of RGB (Red+Green+Blue) = 181+128+90=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B5805A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5805A is #4A7FA5. Grayscale: #8B8B8B. Windows color (decimal): -4882342 or 5931189. OLE color: 5931189.

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

Color convert

RGB18112890-
CMYK00.290.500.29
HSL25.05º38.08%53.14%-
HSV(B)25.05º50.28%70.98%-
XYZ28.622613.18-
YUV139.51100.06157.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.36%
GREEN value IS 128 (50.39% from 255) = 32.08%
BLUE value IS 90 (35.55% from 255) = 22.56%
R=45.36%
G=32.08%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811289000.290.500.2925.0538.0853.14
HexB5805A01D321D192635
Octal2652001320356235314665
Binary101101011000000010110100111011100101110111001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5805A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5805A; }

 p { color: rgb(181,128,90); }

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

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

 a { background-color: rgb(181,128,90); }

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

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

 span { border-color: rgb(181,128,90); }

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