Html Css Color HEX #BA8028 Mandalay

📋 copy color: '#BA8028'

red 186 ◦ green 128 ◦ blue 40

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

Shades of Mandalay #BA8028

Tints of Mandalay #BA8028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.3%

R = 52.54%
G = 36.16%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA8028 (or 0xBA8028) is known color: Mandalay. HEX triplet: BA, 80 and 28. RGB value is (186,128,40). Sum of RGB (Red+Green+Blue) = 186+128+40=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8028 is #457FD7. Grayscale: #878787. Windows color (decimal): -4554712 or 2654394. OLE color: 2654394.

HSL color Cylindrical-coordinate representation of color #BA8028: hue angle of 36.16º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA8028 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 128 40 -
CMYK 0 0.31 0.78 0.27
HSL 36.16º 0.65% 0.44% -
HSV(B) 36.16º 0.78% 0.73% -
XYZ 28.35 26.03 5.54 -
YUV 135.31 74.22 164.16 -
System Red Green Blue C M Y K H S L
Decimal 186 128 40 0 0.31 0.78 0.27 36.16 0.65 0.44
Hex BA 80 28 0 1F 4E 1B 24 41 2C
Octal 272 200 50 0 37 116 33 44 101 54
Binary 10111010 10000000 101000 0 11111 1001110 11011 100100 1000001 101100

Color Harmonies of #BA8028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8028

Black with #BA8028

Text Example


Text Example

White with #BA8028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8028; }

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

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

background-color css

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

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

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

border-color css

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

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

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