Html Css Color HEX #B9802C Mandalay

📋 copy color: '#B9802C'

red 185 ◦ green 128 ◦ blue 44

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

Shades of Mandalay #B9802C

Tints of Mandalay #B9802C

RGB

 RED value IS 185 (72.66% from 255) = 51.82%

 GREEN value IS 128 (50.39% from 255) = 35.85%

 BLUE value IS 44 (17.58% from 255) = 12.32%

R = 51.82%
G = 35.85%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B9802C (or 0xB9802C) is known color: Mandalay. HEX triplet: B9, 80 and 2C. RGB value is (185,128,44). Sum of RGB (Red+Green+Blue) = 185+128+44=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B9802C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9802C is #467FD3. Grayscale: #878787. Windows color (decimal): -4620244 or 2916537. OLE color: 2916537.

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

Color convert

RGB 185 128 44 -
CMYK 0 0.31 0.76 0.27
HSL 35.74º 0.62% 0.45% -
HSV(B) 35.74º 0.76% 0.73% -
XYZ 28.18 25.93 5.9 -
YUV 135.47 76.38 163.33 -
System Red Green Blue C M Y K H S L
Decimal 185 128 44 0 0.31 0.76 0.27 35.74 0.62 0.45
Hex B9 80 2C 0 1F 4C 1B 24 3E 2D
Octal 271 200 54 0 37 114 33 44 76 55
Binary 10111001 10000000 101100 0 11111 1001100 11011 100100 111110 101101

Color Harmonies of #B9802C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9802C

Black with #B9802C

Text Example


Text Example

White with #B9802C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9802C; }

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

 H1.HeaderClassName
 {
   color: #B9802C;
 }
 .AnyTagClassName
 {
   color: #B9802C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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