#BC5272

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

Shades of Royal Heath #BC5272

Tints of Royal Heath #BC5272

Color information

#BC5272 (or 0xBC5272) is unknown color: approx Royal Heath. HEX triplet: BC, 52 and 72. RGB value is (188,82,114). Sum of RGB (Red+Green+Blue) = 188+82+114=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5272 is #43AD8D. Grayscale: #757575. Windows color (decimal): -4435342 or 7492284. OLE color: 7492284.

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

Color convert

RGB18882114-
CMYK00.560.390.26
HSL341.89º44.17%52.94%-
HSV(B)341.89º56.38%73.73%-
XYZ26.7917.9417.97-
YUV117.34126.12178.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.96%
GREEN value IS 82 (32.42% from 255) = 21.35%
BLUE value IS 114 (44.92% from 255) = 29.69%
R=48.96%
G=21.35%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888211400.560.390.26341.8944.1752.94
HexBC5272038271A1562c35
Octal27412216207047325265465
Binary1011110010100101110010011100010011111010101010110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5272; }

 p { color: rgb(188,82,114); }

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

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

 a { background-color: rgb(188,82,114); }

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

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

 span { border-color: rgb(188,82,114); }

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