Html Css Color HEX #BA8137 Mandalay

📋 copy color: '#BA8137'

red 186 ◦ green 129 ◦ blue 55

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

Shades of Mandalay #BA8137

Tints of Mandalay #BA8137

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.86%

 BLUE value IS 55 (21.88% from 255) = 14.86%

R = 50.27%
G = 34.86%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA8137 (or 0xBA8137) is known color: Mandalay. HEX triplet: BA, 81 and 37. RGB value is (186,129,55). Sum of RGB (Red+Green+Blue) = 186+129+55=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 55 (21.88% from 255 or 14.86% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8137 is #457EC8. Grayscale: #898989. Windows color (decimal): -4554441 or 3637690. OLE color: 3637690.

HSL color Cylindrical-coordinate representation of color #BA8137: hue angle of 33.89º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA8137 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 129 55 -
CMYK 0 0.31 0.70 0.27
HSL 33.89º 0.54% 0.47% -
HSV(B) 33.89º 0.7% 0.73% -
XYZ 28.79 26.42 7.2 -
YUV 137.61 81.38 162.52 -
System Red Green Blue C M Y K H S L
Decimal 186 129 55 0 0.31 0.70 0.27 33.89 0.54 0.47
Hex BA 81 37 0 1F 46 1B 22 36 2F
Octal 272 201 67 0 37 106 33 42 66 57
Binary 10111010 10000001 110111 0 11111 1000110 11011 100010 110110 101111

Color Harmonies of #BA8137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8137

Black with #BA8137

Text Example


Text Example

White with #BA8137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8137; }

 p { color: rgb(186,129,55); }

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

background-color css

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

 a { background-color: rgb(186,129,55); }

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

border-color css

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

 span { border-color: rgb(186,129,55); }

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