#BC4574

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

Shades of Royal Heath #BC4574

Tints of Royal Heath #BC4574

Color information

#BC4574 (or 0xBC4574) is unknown color: approx Royal Heath. HEX triplet: BC, 45 and 74. RGB value is (188,69,116). Sum of RGB (Red+Green+Blue) = 188+69+116=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4574 is #43BA8B. Grayscale: #6D6D6D. Windows color (decimal): -4438668 or 7620028. OLE color: 7620028.

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

Color convert

RGB18869116-
CMYK00.630.380.26
HSL336.3º47.04%50.39%-
HSV(B)336.3º63.3%73.73%-
XYZ26.0216.2118.28-
YUV109.94131.42183.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.40%
GREEN value IS 69 (27.34% from 255) = 18.50%
BLUE value IS 116 (45.70% from 255) = 31.10%
R=50.40%
G=18.50%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886911600.630.380.26336.347.0450.39
HexBC457403F261A1502f32
Octal27410516407746325205762
Binary1011110010001011110100011111110011011010101010000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4574; }

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

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

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

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

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

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

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

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