Html Css Color HEX #BA832C Mandalay

📋 copy color: '#BA832C'

red 186 ◦ green 131 ◦ blue 44

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

Shades of Mandalay #BA832C

Tints of Mandalay #BA832C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.29%

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

R = 51.52%
G = 36.29%
B = 12.19%

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

#BA832C (or 0xBA832C) is known color: Mandalay. HEX triplet: BA, 83 and 2C. RGB value is (186,131,44). Sum of RGB (Red+Green+Blue) = 186+131+44=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA832C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA832C is #457CD3. Grayscale: #898989. Windows color (decimal): -4553940 or 2917306. OLE color: 2917306.

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

Color convert

RGB 186 131 44 -
CMYK 0 0.30 0.76 0.27
HSL 36.76º 0.62% 0.45% -
HSV(B) 36.76º 0.76% 0.73% -
XYZ 28.82 26.85 6.05 -
YUV 137.53 75.22 162.57 -
System Red Green Blue C M Y K H S L
Decimal 186 131 44 0 0.30 0.76 0.27 36.76 0.62 0.45
Hex BA 83 2C 0 1E 4C 1B 25 3E 2D
Octal 272 203 54 0 36 114 33 45 76 55
Binary 10111010 10000011 101100 0 11110 1001100 11011 100101 111110 101101

Color Harmonies of #BA832C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA832C

Black with #BA832C

Text Example


Text Example

White with #BA832C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA832C; }

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

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

background-color css

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

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

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

border-color css

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

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

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