#B28528

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

Shades of Mandalay #B28528

Tints of Mandalay #B28528

Color information

#B28528 (or 0xB28528) is unknown color: approx Mandalay. HEX triplet: B2, 85 and 28. RGB value is (178,133,40). Sum of RGB (Red+Green+Blue) = 178+133+40=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 40 (16.02% from 255 or 11.40% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B28528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28528 is #4D7AD7. Grayscale: #888888. Windows color (decimal): -5077720 or 2655666. OLE color: 2655666.

HSL color Cylindrical-coordinate representation of color #B28528: hue angle of 40.43º 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 #B28528 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB17813340-
CMYK00.250.780.30
HSL40.43º63.3%42.75%-
HSV(B)40.43º77.53%69.8%-
XYZ27.1326.395.67-
YUV135.8573.91158.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.71%
GREEN value IS 133 (52.34% from 255) = 37.89%
BLUE value IS 40 (16.02% from 255) = 11.40%
R=50.71%
G=37.89%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781334000.250.780.3040.4363.342.75
HexB285280194E1E283f2b
Octal2622055003111636507753
Binary1011001010000101101000011001100111011110101000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28528; }

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

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

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

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

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

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

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

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