#B7802A

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

Shades of Mandalay #B7802A

Tints of Mandalay #B7802A

Color information

#B7802A (or 0xB7802A) is unknown color: approx Mandalay. HEX triplet: B7, 80 and 2A. RGB value is (183,128,42). Sum of RGB (Red+Green+Blue) = 183+128+42=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B7802A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7802A is #487FD5. Grayscale: #878787. Windows color (decimal): -4751318 or 2785463. OLE color: 2785463.

HSL color Cylindrical-coordinate representation of color #B7802A: hue angle of 36.6º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7802A is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB18312842-
CMYK00.300.770.28
HSL36.6º62.67%44.12%-
HSV(B)36.6º77.05%71.76%-
XYZ27.6725.675.69-
YUV134.6475.72162.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.84%
GREEN value IS 128 (50.39% from 255) = 36.26%
BLUE value IS 42 (16.80% from 255) = 11.90%
R=51.84%
G=36.26%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831284200.300.770.2836.662.6744.12
HexB7802A01E4D1C253f2c
Octal2672005203611534457754
Binary1011011110000000101010011110100110111100100101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7802A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7802A; }

 p { color: rgb(183,128,42); }

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

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

 a { background-color: rgb(183,128,42); }

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

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

 span { border-color: rgb(183,128,42); }

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