#B28325

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

Shades of Mandalay #B28325

Tints of Mandalay #B28325

Color information

#B28325 (or 0xB28325) is unknown color: approx Mandalay. HEX triplet: B2, 83 and 25. RGB value is (178,131,37). Sum of RGB (Red+Green+Blue) = 178+131+37=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B28325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28325 is #4D7CDA. Grayscale: #868686. Windows color (decimal): -5078235 or 2458546. OLE color: 2458546.

HSL color Cylindrical-coordinate representation of color #B28325: hue angle of 40º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B28325 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB17813137-
CMYK00.260.790.30
HSL40º65.58%42.16%-
HSV(B)40º79.21%69.8%-
XYZ26.8125.835.32-
YUV134.3473.07159.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.45%
GREEN value IS 131 (51.56% from 255) = 37.86%
BLUE value IS 37 (14.84% from 255) = 10.69%
R=51.45%
G=37.86%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781313700.260.790.304065.5842.16
HexB2832501A4F1E28422a
Octal26220345032117365010252
Binary10110010100000111001010110101001111111101010001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28325; }

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

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

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

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

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

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

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

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