Html Css Color HEX #BA8038 Mandalay

📋 copy color: '#BA8038'

red 186 ◦ green 128 ◦ blue 56

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

Shades of Mandalay #BA8038

Tints of Mandalay #BA8038

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.59%

 BLUE value IS 56 (22.27% from 255) = 15.14%

R = 50.27%
G = 34.59%
B = 15.14%

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

#BA8038 (or 0xBA8038) is known color: Mandalay. HEX triplet: BA, 80 and 38. RGB value is (186,128,56). Sum of RGB (Red+Green+Blue) = 186+128+56=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 56 (22.27% from 255 or 15.14% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8038 is #457FC7. Grayscale: #898989. Windows color (decimal): -4554696 or 3702970. OLE color: 3702970.

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

Color convert

RGB 186 128 56 -
CMYK 0 0.31 0.70 0.27
HSL 33.23º 0.54% 0.47% -
HSV(B) 33.23º 0.7% 0.73% -
XYZ 28.68 26.16 7.28 -
YUV 137.13 82.22 162.85 -
System Red Green Blue C M Y K H S L
Decimal 186 128 56 0 0.31 0.70 0.27 33.23 0.54 0.47
Hex BA 80 38 0 1F 46 1B 21 36 2F
Octal 272 200 70 0 37 106 33 41 66 57
Binary 10111010 10000000 111000 0 11111 1000110 11011 100001 110110 101111

Color Harmonies of #BA8038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8038

Black with #BA8038

Text Example


Text Example

White with #BA8038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8038; }

 p { color: rgb(186,128,56); }

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

background-color css

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

 a { background-color: rgb(186,128,56); }

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

border-color css

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

 span { border-color: rgb(186,128,56); }

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