#BA595A

Color #BA595A Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #BA595A

Tints of Mandy #BA595A

Color information

#BA595A (or 0xBA595A) is unknown color: approx Mandy. HEX triplet: BA, 59 and 5A. RGB value is (186,89,90). Sum of RGB (Red+Green+Blue) = 186+89+90=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA595A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA595A is #45A6A5. Grayscale: #767676. Windows color (decimal): -4564646 or 5921210. OLE color: 5921210.

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

Color convert

RGB1868990-
CMYK00.520.520.27
HSL359.38º41.28%53.92%-
HSV(B)359.38º52.15%72.94%-
XYZ25.6718.3211.86-
YUV118.12112.14176.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.96%
GREEN value IS 89 (35.16% from 255) = 24.38%
BLUE value IS 90 (35.55% from 255) = 24.66%
R=50.96%
G=24.38%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186899000.520.520.27359.3841.2853.92
HexBA595A034341B1672936
Octal27213113206464335475166
Binary1011101010110011011010011010011010011011101100111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA595A; }

 p { color: rgb(186,89,90); }

 H1.HeaderClassName
 {
   color: #BA595A;
 }
 .AnyTagClassName
 {
   color: #BA595A;
 }
</style>
background-color css

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

 a { background-color: rgb(186,89,90); }

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

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

 span { border-color: rgb(186,89,90); }

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