#BC446F

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

Shades of Royal Heath #BC446F

Tints of Royal Heath #BC446F

Color information

#BC446F (or 0xBC446F) is unknown color: approx Royal Heath. HEX triplet: BC, 44 and 6F. RGB value is (188,68,111). Sum of RGB (Red+Green+Blue) = 188+68+111=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC446F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC446F is #43BB90. Grayscale: #6C6C6C. Windows color (decimal): -4438929 or 7292092. OLE color: 7292092.

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

Color convert

RGB18868111-
CMYK00.640.410.26
HSL338.5º47.24%50.2%-
HSV(B)338.5º63.83%73.73%-
XYZ25.6815.9716.77-
YUV108.78129.26184.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.23%
GREEN value IS 68 (26.95% from 255) = 18.53%
BLUE value IS 111 (43.75% from 255) = 30.25%
R=51.23%
G=18.53%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886811100.640.410.26338.547.2450.2
HexBC446F040291A1522f32
Octal274104157010051325225762
Binary10111100100010011011110100000010100111010101010010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC446F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC446F; }

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

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

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

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

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

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

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

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