#B0782F

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

Shades of Mandalay #B0782F

Tints of Mandalay #B0782F

Color information

#B0782F (or 0xB0782F) is unknown color: approx Mandalay. HEX triplet: B0, 78 and 2F. RGB value is (176,120,47). Sum of RGB (Red+Green+Blue) = 176+120+47=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 47 (18.75% from 255 or 13.70% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B0782F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0782F is #4F87D0. Grayscale: #808080. Windows color (decimal): -5212113 or 3111088. OLE color: 3111088.

HSL color Cylindrical-coordinate representation of color #B0782F: hue angle of 33.95º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0782F is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB17612047-
CMYK00.320.730.31
HSL33.95º57.85%43.73%-
HSV(B)33.95º73.3%69.02%-
XYZ25.1322.875.78-
YUV128.4282.05161.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.31%
GREEN value IS 120 (47.27% from 255) = 34.99%
BLUE value IS 47 (18.75% from 255) = 13.70%
R=51.31%
G=34.99%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761204700.320.730.3133.9557.8543.73
HexB0782F020491F223a2c
Octal2601705704011137427254
Binary1011000011110001011110100000100100111111100010111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0782F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0782F; }

 p { color: rgb(176,120,47); }

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

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

 a { background-color: rgb(176,120,47); }

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

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

 span { border-color: rgb(176,120,47); }

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