#B2852E

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

Shades of Mandalay #B2852E

Tints of Mandalay #B2852E

Color information

#B2852E (or 0xB2852E) is unknown color: approx Mandalay. HEX triplet: B2, 85 and 2E. RGB value is (178,133,46). Sum of RGB (Red+Green+Blue) = 178+133+46=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 46 (18.36% from 255 or 12.89% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B2852E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2852E is #4D7AD1. Grayscale: #888888. Windows color (decimal): -5077714 or 3048882. OLE color: 3048882.

HSL color Cylindrical-coordinate representation of color #B2852E: hue angle of 39.55º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2852E is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB17813346-
CMYK00.250.740.30
HSL39.55º58.93%43.92%-
HSV(B)39.55º74.16%69.8%-
XYZ27.2426.446.25-
YUV136.5476.91157.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.86%
GREEN value IS 133 (52.34% from 255) = 37.25%
BLUE value IS 46 (18.36% from 255) = 12.89%
R=49.86%
G=37.25%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781334600.250.740.3039.5558.9343.92
HexB2852E0194A1E283b2c
Octal2622055603111236507354
Binary1011001010000101101110011001100101011110101000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2852E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2852E; }

 p { color: rgb(178,133,46); }

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

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

 a { background-color: rgb(178,133,46); }

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

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

 span { border-color: rgb(178,133,46); }

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