#BC5575

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

Shades of Royal Heath #BC5575

Tints of Royal Heath #BC5575

Color information

#BC5575 (or 0xBC5575) is unknown color: approx Royal Heath. HEX triplet: BC, 55 and 75. RGB value is (188,85,117). Sum of RGB (Red+Green+Blue) = 188+85+117=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5575 is #43AA8A. Grayscale: #777777. Windows color (decimal): -4434571 or 7689660. OLE color: 7689660.

HSL color Cylindrical-coordinate representation of color #BC5575: hue angle of 341.36º 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 #BC5575 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB18885117-
CMYK00.550.380.26
HSL341.36º43.46%53.53%-
HSV(B)341.36º54.79%73.73%-
XYZ27.218.4718.96-
YUV119.44126.62176.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.21%
GREEN value IS 85 (33.59% from 255) = 21.79%
BLUE value IS 117 (46.09% from 255) = 30%
R=48.21%
G=21.79%
B=30%

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
Decimal1888511700.550.380.26341.3643.4653.53
HexBC5575037261A1552b36
Octal27412516506746325255366
Binary1011110010101011110101011011110011011010101010101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5575; }

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

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

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

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

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

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

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

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