#BC4469

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

Shades of Royal Heath #BC4469

Tints of Royal Heath #BC4469

Color information

#BC4469 (or 0xBC4469) is unknown color: approx Royal Heath. HEX triplet: BC, 44 and 69. RGB value is (188,68,105). Sum of RGB (Red+Green+Blue) = 188+68+105=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4469 is #43BB96. Grayscale: #6C6C6C. Windows color (decimal): -4438935 or 6898876. OLE color: 6898876.

HSL color Cylindrical-coordinate representation of color #BC4469: hue angle of 341.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 #BC4469 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB18868105-
CMYK00.640.440.26
HSL341.5º47.24%50.2%-
HSV(B)341.5º63.83%73.73%-
XYZ25.3615.8515.09-
YUV108.1126.26184.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.08%
GREEN value IS 68 (26.95% from 255) = 18.84%
BLUE value IS 105 (41.41% from 255) = 29.09%
R=52.08%
G=18.84%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886810500.640.440.26341.547.2450.2
HexBC44690402C1A1562f32
Octal274104151010054325265762
Binary10111100100010011010010100000010110011010101010110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4469; }

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

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

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

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

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

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

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

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