Html Css Color HEX #BA832F Mandalay

📋 copy color: '#BA832F'

red 186 ◦ green 131 ◦ blue 47

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

Shades of Mandalay #BA832F

Tints of Mandalay #BA832F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.91%

R = 51.1%
G = 35.99%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA832F (or 0xBA832F) is known color: Mandalay. HEX triplet: BA, 83 and 2F. RGB value is (186,131,47). Sum of RGB (Red+Green+Blue) = 186+131+47=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA832F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA832F is #457CD0. Grayscale: #8A8A8A. Windows color (decimal): -4553937 or 3113914. OLE color: 3113914.

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

Color convert

RGB 186 131 47 -
CMYK 0 0.30 0.75 0.27
HSL 36.26º 0.6% 0.46% -
HSV(B) 36.26º 0.75% 0.73% -
XYZ 28.88 26.88 6.35 -
YUV 137.87 76.72 162.33 -
System Red Green Blue C M Y K H S L
Decimal 186 131 47 0 0.30 0.75 0.27 36.26 0.6 0.46
Hex BA 83 2F 0 1E 4B 1B 24 3C 2E
Octal 272 203 57 0 36 113 33 44 74 56
Binary 10111010 10000011 101111 0 11110 1001011 11011 100100 111100 101110

Color Harmonies of #BA832F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA832F

Black with #BA832F

Text Example


Text Example

White with #BA832F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA832F; }

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

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

background-color css

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

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

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

border-color css

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

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

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