#B28327

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

Shades of Mandalay #B28327

Tints of Mandalay #B28327

Color information

#B28327 (or 0xB28327) is unknown color: approx Mandalay. HEX triplet: B2, 83 and 27. RGB value is (178,131,39). Sum of RGB (Red+Green+Blue) = 178+131+39=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B28327 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28327 is #4D7CD8. Grayscale: #868686. Windows color (decimal): -5078233 or 2589618. OLE color: 2589618.

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

Color convert

RGB17813139-
CMYK00.260.780.30
HSL39.71º64.06%42.55%-
HSV(B)39.71º78.09%69.8%-
XYZ26.8425.845.49-
YUV134.5674.07158.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.15%
GREEN value IS 131 (51.56% from 255) = 37.64%
BLUE value IS 39 (15.62% from 255) = 11.21%
R=51.15%
G=37.64%
B=11.21%

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
Decimal1781313900.260.780.3039.7164.0642.55
HexB2832701A4E1E28402b
Octal26220347032116365010053
Binary10110010100000111001110110101001110111101010001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28327; }

 p { color: rgb(178,131,39); }

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

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

 a { background-color: rgb(178,131,39); }

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

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

 span { border-color: rgb(178,131,39); }

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