Html Css Color HEX #BA7E36 Mandalay

📋 copy color: '#BA7E36'

red 186 ◦ green 126 ◦ blue 54

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

Shades of Mandalay #BA7E36

Tints of Mandalay #BA7E36

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.43%

 BLUE value IS 54 (21.48% from 255) = 14.75%

R = 50.82%
G = 34.43%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA7E36 (or 0xBA7E36) is known color: Mandalay. HEX triplet: BA, 7E and 36. RGB value is (186,126,54). Sum of RGB (Red+Green+Blue) = 186+126+54=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 54 (21.48% from 255 or 14.75% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7E36 is #4581C9. Grayscale: #888888. Windows color (decimal): -4555210 or 3571386. OLE color: 3571386.

HSL color Cylindrical-coordinate representation of color #BA7E36: hue angle of 32.73º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA7E36 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 126 54 -
CMYK 0 0.32 0.71 0.27
HSL 32.73º 0.55% 0.47% -
HSV(B) 32.73º 0.71% 0.73% -
XYZ 28.38 25.63 6.94 -
YUV 135.73 81.88 163.85 -
System Red Green Blue C M Y K H S L
Decimal 186 126 54 0 0.32 0.71 0.27 32.73 0.55 0.47
Hex BA 7E 36 0 20 47 1B 21 37 2F
Octal 272 176 66 0 40 107 33 41 67 57
Binary 10111010 1111110 110110 0 100000 1000111 11011 100001 110111 101111

Color Harmonies of #BA7E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7E36

Black with #BA7E36

Text Example


Text Example

White with #BA7E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7E36; }

 p { color: rgb(186,126,54); }

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

background-color css

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

 a { background-color: rgb(186,126,54); }

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

border-color css

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

 span { border-color: rgb(186,126,54); }

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