Html Css Color HEX #BA8136 Mandalay

📋 copy color: '#BA8136'

red 186 ◦ green 129 ◦ blue 54

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

Shades of Mandalay #BA8136

Tints of Mandalay #BA8136

RGB

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

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

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

R = 50.41%
G = 34.96%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA8136 (or 0xBA8136) is known color: Mandalay. HEX triplet: BA, 81 and 36. RGB value is (186,129,54). Sum of RGB (Red+Green+Blue) = 186+129+54=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 54 (21.48% from 255 or 14.63% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8136 is #457EC9. Grayscale: #898989. Windows color (decimal): -4554442 or 3572154. OLE color: 3572154.

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

Color convert

RGB 186 129 54 -
CMYK 0 0.31 0.71 0.27
HSL 34.09º 0.55% 0.47% -
HSV(B) 34.09º 0.71% 0.73% -
XYZ 28.77 26.41 7.07 -
YUV 137.49 80.88 162.6 -
System Red Green Blue C M Y K H S L
Decimal 186 129 54 0 0.31 0.71 0.27 34.09 0.55 0.47
Hex BA 81 36 0 1F 47 1B 22 37 2F
Octal 272 201 66 0 37 107 33 42 67 57
Binary 10111010 10000001 110110 0 11111 1000111 11011 100010 110111 101111

Color Harmonies of #BA8136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8136

Black with #BA8136

Text Example


Text Example

White with #BA8136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8136; }

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

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

background-color css

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

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

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

border-color css

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

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

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