#BC356F

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

Shades of Royal Heath #BC356F

Tints of Royal Heath #BC356F

Color information

#BC356F (or 0xBC356F) is unknown color: approx Royal Heath. HEX triplet: BC, 35 and 6F. RGB value is (188,53,111). Sum of RGB (Red+Green+Blue) = 188+53+111=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC356F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC356F is #43CA90. Grayscale: #636363. Windows color (decimal): -4442769 or 7288252. OLE color: 7288252.

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

Color convert

RGB18853111-
CMYK00.720.410.26
HSL334.22º56.02%47.25%-
HSV(B)334.22º71.81%73.73%-
XYZ24.8814.3916.5-
YUV99.98134.23190.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.41%
GREEN value IS 53 (21.09% from 255) = 15.06%
BLUE value IS 111 (43.75% from 255) = 31.53%
R=53.41%
G=15.06%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885311100.720.410.26334.2256.0247.25
HexBC356F048291A14e382f
Octal27465157011051325167057
Binary1011110011010111011110100100010100111010101001110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC356F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC356F; }

 p { color: rgb(188,53,111); }

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

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

 a { background-color: rgb(188,53,111); }

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

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

 span { border-color: rgb(188,53,111); }

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