Html Css Color HEX #BA842F Mandalay

📋 copy color: '#BA842F'

red 186 ◦ green 132 ◦ blue 47

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

Shades of Mandalay #BA842F

Tints of Mandalay #BA842F

RGB

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

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

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

R = 50.96%
G = 36.16%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA842F (or 0xBA842F) is known color: Mandalay. HEX triplet: BA, 84 and 2F. RGB value is (186,132,47). Sum of RGB (Red+Green+Blue) = 186+132+47=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA842F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA842F is #457BD0. Grayscale: #8A8A8A. Windows color (decimal): -4553681 or 3114170. OLE color: 3114170.

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

Color convert

RGB 186 132 47 -
CMYK 0 0.29 0.75 0.27
HSL 36.69º 0.6% 0.46% -
HSV(B) 36.69º 0.75% 0.73% -
XYZ 29.01 27.15 6.4 -
YUV 138.46 76.39 161.91 -
System Red Green Blue C M Y K H S L
Decimal 186 132 47 0 0.29 0.75 0.27 36.69 0.6 0.46
Hex BA 84 2F 0 1D 4B 1B 25 3C 2E
Octal 272 204 57 0 35 113 33 45 74 56
Binary 10111010 10000100 101111 0 11101 1001011 11011 100101 111100 101110

Color Harmonies of #BA842F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA842F

Black with #BA842F

Text Example


Text Example

White with #BA842F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA842F; }

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

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

background-color css

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

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

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

border-color css

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

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

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