#B0752A

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

Shades of Mandalay #B0752A

Tints of Mandalay #B0752A

Color information

#B0752A (or 0xB0752A) is unknown color: approx Mandalay. HEX triplet: B0, 75 and 2A. RGB value is (176,117,42). Sum of RGB (Red+Green+Blue) = 176+117+42=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B0752A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0752A is #4F8AD5. Grayscale: #7E7E7E. Windows color (decimal): -5212886 or 2782640. OLE color: 2782640.

HSL color Cylindrical-coordinate representation of color #B0752A: hue angle of 33.58º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0752A is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB17611742-
CMYK00.340.760.31
HSL33.58º61.47%42.75%-
HSV(B)33.58º76.14%69.02%-
XYZ24.6822.125.16-
YUV126.0980.55163.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.54%
GREEN value IS 117 (46.09% from 255) = 34.93%
BLUE value IS 42 (16.80% from 255) = 12.54%
R=52.54%
G=34.93%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761174200.340.760.3133.5861.4742.75
HexB0752A0224C1F223d2b
Octal2601655204211437427553
Binary1011000011101011010100100010100110011111100010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0752A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0752A; }

 p { color: rgb(176,117,42); }

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

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

 a { background-color: rgb(176,117,42); }

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

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

 span { border-color: rgb(176,117,42); }

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