Html Css Color HEX #BA7F31 Mandalay

📋 copy color: '#BA7F31'

red 186 ◦ green 127 ◦ blue 49

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

Shades of Mandalay #BA7F31

Tints of Mandalay #BA7F31

RGB

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

 GREEN value IS 127 (50% from 255) = 35.08%

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

R = 51.38%
G = 35.08%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA7F31 (or 0xBA7F31) is known color: Mandalay. HEX triplet: BA, 7F and 31. RGB value is (186,127,49). Sum of RGB (Red+Green+Blue) = 186+127+49=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7F31 is #4580CE. Grayscale: #888888. Windows color (decimal): -4554959 or 3243962. OLE color: 3243962.

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

Color convert

RGB 186 127 49 -
CMYK 0 0.32 0.74 0.27
HSL 34.16º 0.58% 0.46% -
HSV(B) 34.16º 0.74% 0.73% -
XYZ 28.39 25.84 6.4 -
YUV 135.75 79.05 163.84 -
System Red Green Blue C M Y K H S L
Decimal 186 127 49 0 0.32 0.74 0.27 34.16 0.58 0.46
Hex BA 7F 31 0 20 4A 1B 22 3A 2E
Octal 272 177 61 0 40 112 33 42 72 56
Binary 10111010 1111111 110001 0 100000 1001010 11011 100010 111010 101110

Color Harmonies of #BA7F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F31

Black with #BA7F31

Text Example


Text Example

White with #BA7F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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