#BC4974

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

Shades of Royal Heath #BC4974

Tints of Royal Heath #BC4974

Color information

#BC4974 (or 0xBC4974) is unknown color: approx Royal Heath. HEX triplet: BC, 49 and 74. RGB value is (188,73,116). Sum of RGB (Red+Green+Blue) = 188+73+116=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4974 is #43B68B. Grayscale: #707070. Windows color (decimal): -4437644 or 7621052. OLE color: 7621052.

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

Color convert

RGB18873116-
CMYK00.610.380.26
HSL337.57º46.18%51.18%-
HSV(B)337.57º61.17%73.73%-
XYZ26.2716.7218.36-
YUV112.29130.1182-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.87%
GREEN value IS 73 (28.91% from 255) = 19.36%
BLUE value IS 116 (45.70% from 255) = 30.77%
R=49.87%
G=19.36%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887311600.610.380.26337.5746.1851.18
HexBC497403D261A1522e33
Octal27411116407546325225663
Binary1011110010010011110100011110110011011010101010010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4974; }

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

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

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

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

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

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

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

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