Html Css Color HEX #BA802C Mandalay

📋 copy color: '#BA802C'

red 186 ◦ green 128 ◦ blue 44

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

Shades of Mandalay #BA802C

Tints of Mandalay #BA802C

RGB

 RED value IS 186 (73.05% from 255) = 51.96%

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

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

R = 51.96%
G = 35.75%
B = 12.29%

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

#BA802C (or 0xBA802C) is known color: Mandalay. HEX triplet: BA, 80 and 2C. RGB value is (186,128,44). Sum of RGB (Red+Green+Blue) = 186+128+44=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA802C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA802C is #457FD3. Grayscale: #888888. Windows color (decimal): -4554708 or 2916538. OLE color: 2916538.

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

Color convert

RGB 186 128 44 -
CMYK 0 0.31 0.76 0.27
HSL 35.49º 0.62% 0.45% -
HSV(B) 35.49º 0.76% 0.73% -
XYZ 28.42 26.06 5.91 -
YUV 135.77 76.22 163.83 -
System Red Green Blue C M Y K H S L
Decimal 186 128 44 0 0.31 0.76 0.27 35.49 0.62 0.45
Hex BA 80 2C 0 1F 4C 1B 23 3E 2D
Octal 272 200 54 0 37 114 33 43 76 55
Binary 10111010 10000000 101100 0 11111 1001100 11011 100011 111110 101101

Color Harmonies of #BA802C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA802C

Black with #BA802C

Text Example


Text Example

White with #BA802C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA802C; }

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

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

background-color css

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

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

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

border-color css

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

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

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