#B1782A

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

Shades of Mandalay #B1782A

Tints of Mandalay #B1782A

Color information

#B1782A (or 0xB1782A) is unknown color: approx Mandalay. HEX triplet: B1, 78 and 2A. RGB value is (177,120,42). Sum of RGB (Red+Green+Blue) = 177+120+42=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B1782A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1782A is #4E87D5. Grayscale: #808080. Windows color (decimal): -5146582 or 2783409. OLE color: 2783409.

HSL color Cylindrical-coordinate representation of color #B1782A: hue angle of 34.67º degrees, saturation: 0.62, 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 #B1782A is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB17712042-
CMYK00.320.760.31
HSL34.67º61.64%42.94%-
HSV(B)34.67º76.27%69.41%-
XYZ25.2722.955.29-
YUV128.1579.38162.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.21%
GREEN value IS 120 (47.27% from 255) = 35.40%
BLUE value IS 42 (16.80% from 255) = 12.39%
R=52.21%
G=35.40%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771204200.320.760.3134.6761.6442.94
HexB1782A0204C1F233e2b
Octal2611705204011437437653
Binary1011000111110001010100100000100110011111100011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1782A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1782A; }

 p { color: rgb(177,120,42); }

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

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

 a { background-color: rgb(177,120,42); }

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

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

 span { border-color: rgb(177,120,42); }

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