#B9802A

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

Shades of Mandalay #B9802A

Tints of Mandalay #B9802A

Color information

#B9802A (or 0xB9802A) is unknown color: approx Mandalay. HEX triplet: B9, 80 and 2A. RGB value is (185,128,42). Sum of RGB (Red+Green+Blue) = 185+128+42=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 42 (16.80% from 255 or 11.83% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B9802A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9802A is #467FD5. Grayscale: #878787. Windows color (decimal): -4620246 or 2785465. OLE color: 2785465.

HSL color Cylindrical-coordinate representation of color #B9802A: hue angle of 36.08º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9802A is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB18512842-
CMYK00.310.770.27
HSL36.08º63%44.51%-
HSV(B)36.08º77.3%72.55%-
XYZ28.1425.925.71-
YUV135.2475.38163.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.11%
GREEN value IS 128 (50.39% from 255) = 36.06%
BLUE value IS 42 (16.80% from 255) = 11.83%
R=52.11%
G=36.06%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851284200.310.770.2736.086344.51
HexB9802A01F4D1B243f2d
Octal2712005203711533447755
Binary1011100110000000101010011111100110111011100100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9802A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9802A; }

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

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

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

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

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

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

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

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