#B28064

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

Shades of Medium Wood #B28064

Tints of Medium Wood #B28064

Color information

#B28064 (or 0xB28064) is unknown color: approx Medium Wood. HEX triplet: B2, 80 and 64. RGB value is (178,128,100). Sum of RGB (Red+Green+Blue) = 178+128+100=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 178 - color contains mainly: red. Hex color #B28064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28064 is #4D7F9B. Grayscale: #8B8B8B. Windows color (decimal): -5078940 or 6586546. OLE color: 6586546.

HSL color Cylindrical-coordinate representation of color #B28064: hue angle of 21.54º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B28064 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB178128100-
CMYK00.280.440.30
HSL21.54º33.62%54.51%-
HSV(B)21.54º43.82%69.8%-
XYZ28.3825.8215.55-
YUV139.76105.56155.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.84%
GREEN value IS 128 (50.39% from 255) = 31.53%
BLUE value IS 100 (39.45% from 255) = 24.63%
R=43.84%
G=31.53%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812810000.280.440.3021.5433.6254.51
HexB2806401C2C1E162237
Octal2622001440345436264267
Binary101100101000000011001000111001011001111010110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28064; }

 p { color: rgb(178,128,100); }

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

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

 a { background-color: rgb(178,128,100); }

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

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

 span { border-color: rgb(178,128,100); }

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