#B5815B

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

Shades of Medium Wood #B5815B

Tints of Medium Wood #B5815B

Color information

#B5815B (or 0xB5815B) is unknown color: approx Medium Wood. HEX triplet: B5, 81 and 5B. RGB value is (181,129,91). Sum of RGB (Red+Green+Blue) = 181+129+91=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B5815B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5815B is #4A7EA4. Grayscale: #8C8C8C. Windows color (decimal): -4882085 or 5996981. OLE color: 5996981.

HSL color Cylindrical-coordinate representation of color #B5815B: hue angle of 25.33º 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 #B5815B is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB18112991-
CMYK00.290.500.29
HSL25.33º37.82%53.33%-
HSV(B)25.33º49.72%70.98%-
XYZ28.7926.2813.45-
YUV140.22100.23157.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.14%
GREEN value IS 129 (50.78% from 255) = 32.17%
BLUE value IS 91 (35.94% from 255) = 22.69%
R=45.14%
G=32.17%
B=22.69%

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
Decimal1811299100.290.500.2925.3337.8253.33
HexB5815B01D321D192635
Octal2652011330356235314665
Binary101101011000000110110110111011100101110111001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5815B; }

 p { color: rgb(181,129,91); }

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

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

 a { background-color: rgb(181,129,91); }

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

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

 span { border-color: rgb(181,129,91); }

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