#BC5379

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

Shades of Royal Heath #BC5379

Tints of Royal Heath #BC5379

Color information

#BC5379 (or 0xBC5379) is unknown color: approx Royal Heath. HEX triplet: BC, 53 and 79. RGB value is (188,83,121). Sum of RGB (Red+Green+Blue) = 188+83+121=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5379 is #43AC86. Grayscale: #767676. Windows color (decimal): -4435079 or 7951292. OLE color: 7951292.

HSL color Cylindrical-coordinate representation of color #BC5379: hue angle of 338.29º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC5379 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB18883121-
CMYK00.560.360.26
HSL338.29º43.93%53.14%-
HSV(B)338.29º55.85%73.73%-
XYZ27.2818.2620.18-
YUV118.73129.29177.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.96%
GREEN value IS 83 (32.81% from 255) = 21.17%
BLUE value IS 121 (47.66% from 255) = 30.87%
R=47.96%
G=21.17%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888312100.560.360.26338.2943.9353.14
HexBC5379038241A1522c35
Octal27412317107044325225465
Binary1011110010100111111001011100010010011010101010010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5379; }

 p { color: rgb(188,83,121); }

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

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

 a { background-color: rgb(188,83,121); }

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

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

 span { border-color: rgb(188,83,121); }

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