#BC4B70

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

Shades of Royal Heath #BC4B70

Tints of Royal Heath #BC4B70

Color information

#BC4B70 (or 0xBC4B70) is unknown color: approx Royal Heath. HEX triplet: BC, 4B and 70. RGB value is (188,75,112). Sum of RGB (Red+Green+Blue) = 188+75+112=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4B70 is #43B48F. Grayscale: #707070. Windows color (decimal): -4437136 or 7359420. OLE color: 7359420.

HSL color Cylindrical-coordinate representation of color #BC4B70: hue angle of 340.35º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4B70 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB18875112-
CMYK00.600.400.26
HSL340.35º45.75%51.57%-
HSV(B)340.35º60.11%73.73%-
XYZ26.1816.8917.21-
YUV113127.44181.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.13%
GREEN value IS 75 (29.69% from 255) = 20%
BLUE value IS 112 (44.14% from 255) = 29.87%
R=50.13%
G=20%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887511200.600.400.26340.3545.7551.57
HexBC4B7003C281A1542e34
Octal27411316007450325245664
Binary1011110010010111110000011110010100011010101010100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4B70; }

 p { color: rgb(188,75,112); }

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

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

 a { background-color: rgb(188,75,112); }

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

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

 span { border-color: rgb(188,75,112); }

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