Html Css Color HEX #BA842C Mandalay

📋 copy color: '#BA842C'

red 186 ◦ green 132 ◦ blue 44

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

Shades of Mandalay #BA842C

Tints of Mandalay #BA842C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.46%

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

R = 51.38%
G = 36.46%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA842C (or 0xBA842C) is known color: Mandalay. HEX triplet: BA, 84 and 2C. RGB value is (186,132,44). Sum of RGB (Red+Green+Blue) = 186+132+44=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA842C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA842C is #457BD3. Grayscale: #8A8A8A. Windows color (decimal): -4553684 or 2917562. OLE color: 2917562.

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

Color convert

RGB 186 132 44 -
CMYK 0 0.29 0.76 0.27
HSL 37.18º 0.62% 0.45% -
HSV(B) 37.18º 0.76% 0.73% -
XYZ 28.96 27.12 6.09 -
YUV 138.11 74.89 162.16 -
System Red Green Blue C M Y K H S L
Decimal 186 132 44 0 0.29 0.76 0.27 37.18 0.62 0.45
Hex BA 84 2C 0 1D 4C 1B 25 3E 2D
Octal 272 204 54 0 35 114 33 45 76 55
Binary 10111010 10000100 101100 0 11101 1001100 11011 100101 111110 101101

Color Harmonies of #BA842C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA842C

Black with #BA842C

Text Example


Text Example

White with #BA842C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA842C; }

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

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

background-color css

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

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

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

border-color css

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

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

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