#BC5574

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

Shades of Royal Heath #BC5574

Tints of Royal Heath #BC5574

Color information

#BC5574 (or 0xBC5574) is unknown color: approx Royal Heath. HEX triplet: BC, 55 and 74. RGB value is (188,85,116). Sum of RGB (Red+Green+Blue) = 188+85+116=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5574 is #43AA8B. Grayscale: #777777. Windows color (decimal): -4434572 or 7624124. OLE color: 7624124.

HSL color Cylindrical-coordinate representation of color #BC5574: hue angle of 341.94º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC5574 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB18885116-
CMYK00.550.380.26
HSL341.94º43.46%53.53%-
HSV(B)341.94º54.79%73.73%-
XYZ27.1418.4518.65-
YUV119.33126.12176.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.33%
GREEN value IS 85 (33.59% from 255) = 21.85%
BLUE value IS 116 (45.70% from 255) = 29.82%
R=48.33%
G=21.85%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888511600.550.380.26341.9443.4653.53
HexBC5574037261A1562b36
Octal27412516406746325265366
Binary1011110010101011110100011011110011011010101010110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5574; }

 p { color: rgb(188,85,116); }

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

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

 a { background-color: rgb(188,85,116); }

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

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

 span { border-color: rgb(188,85,116); }

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