#B5855C

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

Shades of Medium Wood #B5855C

Tints of Medium Wood #B5855C

Color information

#B5855C (or 0xB5855C) is unknown color: approx Medium Wood. HEX triplet: B5, 85 and 5C. RGB value is (181,133,92). Sum of RGB (Red+Green+Blue) = 181+133+92=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B5855C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5855C is #4A7AA3. Grayscale: #8E8E8E. Windows color (decimal): -4881060 or 6063541. OLE color: 6063541.

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

Color convert

RGB18113392-
CMYK00.270.490.29
HSL27.64º37.55%53.53%-
HSV(B)27.64º49.17%70.98%-
XYZ29.3827.3713.86-
YUV142.6899.4155.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.58%
GREEN value IS 133 (52.34% from 255) = 32.76%
BLUE value IS 92 (36.33% from 255) = 22.66%
R=44.58%
G=32.76%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811339200.270.490.2927.6437.5553.53
HexB5855C01B311D1c2636
Octal2652051340336135344666
Binary101101011000010110111000110111100011110111100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5855C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5855C; }

 p { color: rgb(181,133,92); }

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

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

 a { background-color: rgb(181,133,92); }

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

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

 span { border-color: rgb(181,133,92); }

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