#BA5075

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

Shades of Royal Heath #BA5075

Tints of Royal Heath #BA5075

Color information

#BA5075 (or 0xBA5075) is unknown color: approx Royal Heath. HEX triplet: BA, 50 and 75. RGB value is (186,80,117). Sum of RGB (Red+Green+Blue) = 186+80+117=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5075 is #45AF8A. Grayscale: #737373. Windows color (decimal): -4566923 or 7688378. OLE color: 7688378.

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

Color convert

RGB18680117-
CMYK00.570.370.27
HSL339.06º43.44%52.16%-
HSV(B)339.06º56.99%72.94%-
XYZ26.3317.4618.81-
YUV115.91128.62177.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.56%
GREEN value IS 80 (31.64% from 255) = 20.89%
BLUE value IS 117 (46.09% from 255) = 30.55%
R=48.56%
G=20.89%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868011700.570.370.27339.0643.4452.16
HexBA5075039251B1532b34
Octal27212016507145335235364
Binary1011101010100001110101011100110010111011101010011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5075; }

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

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

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

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

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

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

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

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