Html Css Color HEX #BA822D Mandalay

📋 copy color: '#BA822D'

red 186 ◦ green 130 ◦ blue 45

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

Shades of Mandalay #BA822D

Tints of Mandalay #BA822D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.01%

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

R = 51.52%
G = 36.01%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA822D (or 0xBA822D) is known color: Mandalay. HEX triplet: BA, 82 and 2D. RGB value is (186,130,45). Sum of RGB (Red+Green+Blue) = 186+130+45=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA822D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA822D is #457DD2. Grayscale: #898989. Windows color (decimal): -4554195 or 2982586. OLE color: 2982586.

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

Color convert

RGB 186 130 45 -
CMYK 0 0.30 0.76 0.27
HSL 36.17º 0.61% 0.45% -
HSV(B) 36.17º 0.76% 0.73% -
XYZ 28.71 26.59 6.1 -
YUV 137.05 76.05 162.91 -
System Red Green Blue C M Y K H S L
Decimal 186 130 45 0 0.30 0.76 0.27 36.17 0.61 0.45
Hex BA 82 2D 0 1E 4C 1B 24 3D 2D
Octal 272 202 55 0 36 114 33 44 75 55
Binary 10111010 10000010 101101 0 11110 1001100 11011 100100 111101 101101

Color Harmonies of #BA822D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA822D

Black with #BA822D

Text Example


Text Example

White with #BA822D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA822D; }

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

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

background-color css

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

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

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

border-color css

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

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

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