#B38428

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

Shades of Mandalay #B38428

Tints of Mandalay #B38428

Color information

#B38428 (or 0xB38428) is unknown color: approx Mandalay. HEX triplet: B3, 84 and 28. RGB value is (179,132,40). Sum of RGB (Red+Green+Blue) = 179+132+40=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 40 (16.02% from 255 or 11.40% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B38428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38428 is #4C7BD7. Grayscale: #878787. Windows color (decimal): -5012440 or 2655411. OLE color: 2655411.

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

Color convert

RGB17913240-
CMYK00.260.780.30
HSL39.71º63.47%42.94%-
HSV(B)39.71º77.65%70.2%-
XYZ27.2226.245.64-
YUV135.5674.07158.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.00%
GREEN value IS 132 (51.95% from 255) = 37.61%
BLUE value IS 40 (16.02% from 255) = 11.40%
R=51.00%
G=37.61%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791324000.260.780.3039.7163.4742.94
HexB3842801A4E1E283f2b
Octal2632045003211636507753
Binary1011001110000100101000011010100111011110101000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38428; }

 p { color: rgb(179,132,40); }

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

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

 a { background-color: rgb(179,132,40); }

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

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

 span { border-color: rgb(179,132,40); }

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