#BC4474

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

Shades of Royal Heath #BC4474

Tints of Royal Heath #BC4474

Color information

#BC4474 (or 0xBC4474) is unknown color: approx Royal Heath. HEX triplet: BC, 44 and 74. RGB value is (188,68,116). Sum of RGB (Red+Green+Blue) = 188+68+116=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4474 is #43BB8B. Grayscale: #6D6D6D. Windows color (decimal): -4438924 or 7619772. OLE color: 7619772.

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

Color convert

RGB18868116-
CMYK00.640.380.26
HSL336º47.24%50.2%-
HSV(B)336º63.83%73.73%-
XYZ25.9616.0918.26-
YUV109.35131.76184.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.54%
GREEN value IS 68 (26.95% from 255) = 18.28%
BLUE value IS 116 (45.70% from 255) = 31.18%
R=50.54%
G=18.28%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886811600.640.380.2633647.2450.2
HexBC4474040261A1502f32
Octal274104164010046325205762
Binary10111100100010011101000100000010011011010101010000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4474; }

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

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

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

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

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

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

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

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