#B28529

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

Shades of Mandalay #B28529

Tints of Mandalay #B28529

Color information

#B28529 (or 0xB28529) is unknown color: approx Mandalay. HEX triplet: B2, 85 and 29. RGB value is (178,133,41). Sum of RGB (Red+Green+Blue) = 178+133+41=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 41 (16.41% from 255 or 11.65% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B28529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28529 is #4D7AD6. Grayscale: #888888. Windows color (decimal): -5077719 or 2721202. OLE color: 2721202.

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

Color convert

RGB17813341-
CMYK00.250.770.30
HSL40.29º62.56%42.94%-
HSV(B)40.29º76.97%69.8%-
XYZ27.1526.45.76-
YUV135.9774.41157.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.57%
GREEN value IS 133 (52.34% from 255) = 37.78%
BLUE value IS 41 (16.41% from 255) = 11.65%
R=50.57%
G=37.78%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781334100.250.770.3040.2962.5642.94
HexB285290194D1E283f2b
Octal2622055103111536507753
Binary1011001010000101101001011001100110111110101000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28529; }

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

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

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

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

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

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

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

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