Html Css Color HEX #BA802B Mandalay

📋 copy color: '#BA802B'

red 186 ◦ green 128 ◦ blue 43

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

Shades of Mandalay #BA802B

Tints of Mandalay #BA802B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.04%

R = 52.1%
G = 35.85%
B = 12.04%

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

#BA802B (or 0xBA802B) is known color: Mandalay. HEX triplet: BA, 80 and 2B. RGB value is (186,128,43). Sum of RGB (Red+Green+Blue) = 186+128+43=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA802B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA802B is #457FD4. Grayscale: #888888. Windows color (decimal): -4554709 or 2851002. OLE color: 2851002.

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

Color convert

RGB 186 128 43 -
CMYK 0 0.31 0.77 0.27
HSL 35.66º 0.62% 0.45% -
HSV(B) 35.66º 0.77% 0.73% -
XYZ 28.4 26.05 5.82 -
YUV 135.65 75.72 163.91 -
System Red Green Blue C M Y K H S L
Decimal 186 128 43 0 0.31 0.77 0.27 35.66 0.62 0.45
Hex BA 80 2B 0 1F 4D 1B 24 3E 2D
Octal 272 200 53 0 37 115 33 44 76 55
Binary 10111010 10000000 101011 0 11111 1001101 11011 100100 111110 101101

Color Harmonies of #BA802B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA802B

Black with #BA802B

Text Example


Text Example

White with #BA802B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA802B; }

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

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

background-color css

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

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

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

border-color css

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

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

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