Html Css Color HEX #BA832B Mandalay

📋 copy color: '#BA832B'

red 186 ◦ green 131 ◦ blue 43

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

Shades of Mandalay #BA832B

Tints of Mandalay #BA832B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.94%

R = 51.67%
G = 36.39%
B = 11.94%

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

#BA832B (or 0xBA832B) is known color: Mandalay. HEX triplet: BA, 83 and 2B. RGB value is (186,131,43). Sum of RGB (Red+Green+Blue) = 186+131+43=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA832B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA832B is #457CD4. Grayscale: #898989. Windows color (decimal): -4553941 or 2851770. OLE color: 2851770.

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

Color convert

RGB 186 131 43 -
CMYK 0 0.30 0.77 0.27
HSL 36.92º 0.62% 0.45% -
HSV(B) 36.92º 0.77% 0.73% -
XYZ 28.8 26.85 5.95 -
YUV 137.41 74.72 162.66 -
System Red Green Blue C M Y K H S L
Decimal 186 131 43 0 0.30 0.77 0.27 36.92 0.62 0.45
Hex BA 83 2B 0 1E 4D 1B 25 3E 2D
Octal 272 203 53 0 36 115 33 45 76 55
Binary 10111010 10000011 101011 0 11110 1001101 11011 100101 111110 101101

Color Harmonies of #BA832B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA832B

Black with #BA832B

Text Example


Text Example

White with #BA832B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA832B; }

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

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

background-color css

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

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

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

border-color css

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

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

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