#B28425

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

Shades of Mandalay #B28425

Tints of Mandalay #B28425

Color information

#B28425 (or 0xB28425) is unknown color: approx Mandalay. HEX triplet: B2, 84 and 25. RGB value is (178,132,37). Sum of RGB (Red+Green+Blue) = 178+132+37=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 37 (14.84% from 255 or 10.66% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B28425 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28425 is #4D7BDA. Grayscale: #878787. Windows color (decimal): -5077979 or 2458802. OLE color: 2458802.

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

Color convert

RGB17813237-
CMYK00.260.790.30
HSL40.43º65.58%42.16%-
HSV(B)40.43º79.21%69.8%-
XYZ26.9526.15.37-
YUV134.9272.74158.72-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.30%
GREEN value IS 132 (51.95% from 255) = 38.04%
BLUE value IS 37 (14.84% from 255) = 10.66%
R=51.30%
G=38.04%
B=10.66%

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
Decimal1781323700.260.790.3040.4365.5842.16
HexB2842501A4F1E28422a
Octal26220445032117365010252
Binary10110010100001001001010110101001111111101010001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28425; }

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

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

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

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

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

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

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

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