Html Css Color HEX #BA802D Mandalay

📋 copy color: '#BA802D'

red 186 ◦ green 128 ◦ blue 45

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

Shades of Mandalay #BA802D

Tints of Mandalay #BA802D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.53%

R = 51.81%
G = 35.65%
B = 12.53%

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

#BA802D (or 0xBA802D) is known color: Mandalay. HEX triplet: BA, 80 and 2D. RGB value is (186,128,45). Sum of RGB (Red+Green+Blue) = 186+128+45=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA802D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA802D is #457FD2. Grayscale: #888888. Windows color (decimal): -4554707 or 2982074. OLE color: 2982074.

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

Color convert

RGB 186 128 45 -
CMYK 0 0.31 0.76 0.27
HSL 35.32º 0.61% 0.45% -
HSV(B) 35.32º 0.76% 0.73% -
XYZ 28.44 26.07 6.01 -
YUV 135.88 76.72 163.75 -
System Red Green Blue C M Y K H S L
Decimal 186 128 45 0 0.31 0.76 0.27 35.32 0.61 0.45
Hex BA 80 2D 0 1F 4C 1B 23 3D 2D
Octal 272 200 55 0 37 114 33 43 75 55
Binary 10111010 10000000 101101 0 11111 1001100 11011 100011 111101 101101

Color Harmonies of #BA802D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA802D

Black with #BA802D

Text Example


Text Example

White with #BA802D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA802D; }

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

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

background-color css

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

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

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

border-color css

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

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

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