#B28034

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

Shades of Mandalay #B28034

Tints of Mandalay #B28034

Color information

#B28034 (or 0xB28034) is unknown color: approx Mandalay. HEX triplet: B2, 80 and 34. RGB value is (178,128,52). Sum of RGB (Red+Green+Blue) = 178+128+52=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 52 (20.70% from 255 or 14.53% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B28034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28034 is #4D7FCB. Grayscale: #868686. Windows color (decimal): -5078988 or 3440818. OLE color: 3440818.

HSL color Cylindrical-coordinate representation of color #B28034: hue angle of 36.19º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B28034 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB17812852-
CMYK00.280.710.30
HSL36.19º54.78%45.1%-
HSV(B)36.19º70.79%69.8%-
XYZ26.725.156.7-
YUV134.2981.56159.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.72%
GREEN value IS 128 (50.39% from 255) = 35.75%
BLUE value IS 52 (20.70% from 255) = 14.53%
R=49.72%
G=35.75%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781285200.280.710.3036.1954.7845.1
HexB2803401C471E24372d
Octal2622006403410736446755
Binary1011001010000000110100011100100011111110100100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28034; }

 p { color: rgb(178,128,52); }

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

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

 a { background-color: rgb(178,128,52); }

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

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

 span { border-color: rgb(178,128,52); }

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