#BC4069

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

Shades of Royal Heath #BC4069

Tints of Royal Heath #BC4069

Color information

#BC4069 (or 0xBC4069) is unknown color: approx Royal Heath. HEX triplet: BC, 40 and 69. RGB value is (188,64,105). Sum of RGB (Red+Green+Blue) = 188+64+105=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4069 is #43BF96. Grayscale: #696969. Windows color (decimal): -4439959 or 6897852. OLE color: 6897852.

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

Color convert

RGB18864105-
CMYK00.660.440.26
HSL340.16º49.21%49.41%-
HSV(B)340.16º65.96%73.73%-
XYZ25.1215.3815.01-
YUV105.75127.58186.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.66%
GREEN value IS 64 (25.39% from 255) = 17.93%
BLUE value IS 105 (41.41% from 255) = 29.41%
R=52.66%
G=17.93%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886410500.660.440.26340.1649.2149.41
HexBC40690422C1A1543131
Octal274100151010254325246161
Binary10111100100000011010010100001010110011010101010100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4069; }

 p { color: rgb(188,64,105); }

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

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

 a { background-color: rgb(188,64,105); }

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

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

 span { border-color: rgb(188,64,105); }

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