Html Css Color HEX #BA7C31 Mandalay

📋 copy color: '#BA7C31'

red 186 ◦ green 124 ◦ blue 49

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

Shades of Mandalay #BA7C31

Tints of Mandalay #BA7C31

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.54%

 BLUE value IS 49 (19.53% from 255) = 13.65%

R = 51.81%
G = 34.54%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA7C31 (or 0xBA7C31) is known color: Mandalay. HEX triplet: BA, 7C and 31. RGB value is (186,124,49). Sum of RGB (Red+Green+Blue) = 186+124+49=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 49 (19.53% from 255 or 13.65% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7C31 is #4583CE. Grayscale: #868686. Windows color (decimal): -4555727 or 3243194. OLE color: 3243194.

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

Color convert

RGB 186 124 49 -
CMYK 0 0.33 0.74 0.27
HSL 32.85º 0.58% 0.46% -
HSV(B) 32.85º 0.74% 0.73% -
XYZ 28.01 25.08 6.27 -
YUV 133.99 80.04 165.1 -
System Red Green Blue C M Y K H S L
Decimal 186 124 49 0 0.33 0.74 0.27 32.85 0.58 0.46
Hex BA 7C 31 0 21 4A 1B 21 3A 2E
Octal 272 174 61 0 41 112 33 41 72 56
Binary 10111010 1111100 110001 0 100001 1001010 11011 100001 111010 101110

Color Harmonies of #BA7C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C31

Black with #BA7C31

Text Example


Text Example

White with #BA7C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C31; }

 p { color: rgb(186,124,49); }

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

background-color css

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

 a { background-color: rgb(186,124,49); }

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

border-color css

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

 span { border-color: rgb(186,124,49); }

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