#B28060

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

Shades of Medium Wood #B28060

Tints of Medium Wood #B28060

Color information

#B28060 (or 0xB28060) is unknown color: approx Medium Wood. HEX triplet: B2, 80 and 60. RGB value is (178,128,96). Sum of RGB (Red+Green+Blue) = 178+128+96=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B28060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28060 is #4D7F9F. Grayscale: #8B8B8B. Windows color (decimal): -5078944 or 6324402. OLE color: 6324402.

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

Color convert

RGB17812896-
CMYK00.280.460.30
HSL23.41º34.75%53.73%-
HSV(B)23.41º46.07%69.8%-
XYZ28.1925.7514.55-
YUV139.3103.56155.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.28%
GREEN value IS 128 (50.39% from 255) = 31.84%
BLUE value IS 96 (37.89% from 255) = 23.88%
R=44.28%
G=31.84%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781289600.280.460.3023.4134.7553.73
HexB2806001C2E1E172336
Octal2622001400345636274366
Binary101100101000000011000000111001011101111010111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28060; }

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

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

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

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

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

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

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

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