#B28063

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

Shades of Medium Wood #B28063

Tints of Medium Wood #B28063

Color information

#B28063 (or 0xB28063) is unknown color: approx Medium Wood. HEX triplet: B2, 80 and 63. RGB value is (178,128,99). Sum of RGB (Red+Green+Blue) = 178+128+99=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 99 (39.06% from 255 or 24.44% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B28063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28063 is #4D7F9C. Grayscale: #8B8B8B. Windows color (decimal): -5078941 or 6521010. OLE color: 6521010.

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

Color convert

RGB17812899-
CMYK00.280.440.30
HSL22.03º33.91%54.31%-
HSV(B)22.03º44.38%69.8%-
XYZ28.3325.815.29-
YUV139.64105.06155.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.95%
GREEN value IS 128 (50.39% from 255) = 31.60%
BLUE value IS 99 (39.06% from 255) = 24.44%
R=43.95%
G=31.60%
B=24.44%

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
Decimal1781289900.280.440.3022.0333.9154.31
HexB2806301C2C1E162236
Octal2622001430345436264266
Binary101100101000000011000110111001011001111010110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28063; }

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

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

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

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

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

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

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

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