Html Css Color HEX #BA822C Mandalay

📋 copy color: '#BA822C'

red 186 ◦ green 130 ◦ blue 44

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

Shades of Mandalay #BA822C

Tints of Mandalay #BA822C

RGB

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

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

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

R = 51.67%
G = 36.11%
B = 12.22%

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

#BA822C (or 0xBA822C) is known color: Mandalay. HEX triplet: BA, 82 and 2C. RGB value is (186,130,44). Sum of RGB (Red+Green+Blue) = 186+130+44=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA822C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA822C is #457DD3. Grayscale: #898989. Windows color (decimal): -4554196 or 2917050. OLE color: 2917050.

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

Color convert

RGB 186 130 44 -
CMYK 0 0.30 0.76 0.27
HSL 36.34º 0.62% 0.45% -
HSV(B) 36.34º 0.76% 0.73% -
XYZ 28.69 26.59 6 -
YUV 136.94 75.55 162.99 -
System Red Green Blue C M Y K H S L
Decimal 186 130 44 0 0.30 0.76 0.27 36.34 0.62 0.45
Hex BA 82 2C 0 1E 4C 1B 24 3E 2D
Octal 272 202 54 0 36 114 33 44 76 55
Binary 10111010 10000010 101100 0 11110 1001100 11011 100100 111110 101101

Color Harmonies of #BA822C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA822C

Black with #BA822C

Text Example


Text Example

White with #BA822C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA822C; }

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

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

background-color css

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

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

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

border-color css

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

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

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