#B28228

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

Shades of Mandalay #B28228

Tints of Mandalay #B28228

Color information

#B28228 (or 0xB28228) is unknown color: approx Mandalay. HEX triplet: B2, 82 and 28. RGB value is (178,130,40). Sum of RGB (Red+Green+Blue) = 178+130+40=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 40 (16.02% from 255 or 11.49% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B28228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28228 is #4D7DD7. Grayscale: #868686. Windows color (decimal): -5078488 or 2654898. OLE color: 2654898.

HSL color Cylindrical-coordinate representation of color #B28228: hue angle of 39.13º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B28228 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB17813040-
CMYK00.270.780.30
HSL39.13º63.3%42.75%-
HSV(B)39.13º77.53%69.8%-
XYZ26.7325.585.54-
YUV134.0974.9159.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.15%
GREEN value IS 130 (51.17% from 255) = 37.36%
BLUE value IS 40 (16.02% from 255) = 11.49%
R=51.15%
G=37.36%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781304000.270.780.3039.1363.342.75
HexB2822801B4E1E273f2b
Octal2622025003311636477753
Binary1011001010000010101000011011100111011110100111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28228; }

 p { color: rgb(178,130,40); }

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

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

 a { background-color: rgb(178,130,40); }

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

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

 span { border-color: rgb(178,130,40); }

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