Html Css Color HEX #B9802A Mandalay

📋 copy color: '#B9802A'

red 185 ◦ green 128 ◦ blue 42

#B9802A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandalay #B9802A

Tints of Mandalay #B9802A

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.8% from 255) = 11.83%

R = 52.11%
G = 36.06%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9802A (or 0xB9802A) is known color: 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

RGB 185 128 42 -
CMYK 0 0.31 0.77 0.27
HSL 36.08º 0.63% 0.45% -
HSV(B) 36.08º 0.77% 0.73% -
XYZ 28.14 25.92 5.71 -
YUV 135.24 75.38 163.49 -
System Red Green Blue C M Y K H S L
Decimal 185 128 42 0 0.31 0.77 0.27 36.08 0.63 0.45
Hex B9 80 2A 0 1F 4D 1B 24 3F 2D
Octal 271 200 52 0 37 115 33 44 77 55
Binary 10111001 10000000 101010 0 11111 1001101 11011 100100 111111 101101

Color Harmonies of #B9802A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9802A

Black with #B9802A

Text Example


Text Example

White with #B9802A

Text Example


Text Example

HTML Codes & Css Web 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>