Html Css Color HEX #BA832A Mandalay

📋 copy color: '#BA832A'

red 186 ◦ green 131 ◦ blue 42

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

Shades of Mandalay #BA832A

Tints of Mandalay #BA832A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.7%

R = 51.81%
G = 36.49%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA832A (or 0xBA832A) is known color: Mandalay. HEX triplet: BA, 83 and 2A. RGB value is (186,131,42). Sum of RGB (Red+Green+Blue) = 186+131+42=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 42 (16.80% from 255 or 11.70% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA832A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA832A is #457CD5. Grayscale: #898989. Windows color (decimal): -4553942 or 2786234. OLE color: 2786234.

HSL color Cylindrical-coordinate representation of color #BA832A: hue angle of 37.08º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA832A is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 131 42 -
CMYK 0 0.30 0.77 0.27
HSL 37.08º 0.63% 0.45% -
HSV(B) 37.08º 0.77% 0.73% -
XYZ 28.78 26.84 5.85 -
YUV 137.3 74.22 162.74 -
System Red Green Blue C M Y K H S L
Decimal 186 131 42 0 0.30 0.77 0.27 37.08 0.63 0.45
Hex BA 83 2A 0 1E 4D 1B 25 3F 2D
Octal 272 203 52 0 36 115 33 45 77 55
Binary 10111010 10000011 101010 0 11110 1001101 11011 100101 111111 101101

Color Harmonies of #BA832A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA832A

Black with #BA832A

Text Example


Text Example

White with #BA832A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA832A; }

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

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

background-color css

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

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

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

border-color css

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

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

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