#BA5975

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

Shades of Royal Heath #BA5975

Tints of Royal Heath #BA5975

Color information

#BA5975 (or 0xBA5975) is unknown color: approx Royal Heath. HEX triplet: BA, 59 and 75. RGB value is (186,89,117). Sum of RGB (Red+Green+Blue) = 186+89+117=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5975 is #45A68A. Grayscale: #797979. Windows color (decimal): -4564619 or 7690682. OLE color: 7690682.

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

Color convert

RGB18689117-
CMYK00.520.370.27
HSL342.68º41.28%53.92%-
HSV(B)342.68º52.15%72.94%-
XYZ27.0318.8719.05-
YUV121.2125.64174.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.45%
GREEN value IS 89 (35.16% from 255) = 22.70%
BLUE value IS 117 (46.09% from 255) = 29.85%
R=47.45%
G=22.70%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868911700.520.370.27342.6841.2853.92
HexBA5975034251B1572936
Octal27213116506445335275166
Binary1011101010110011110101011010010010111011101010111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5975; }

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

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

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

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

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

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

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

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