#BB4779

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

Shades of Royal Heath #BB4779

Tints of Royal Heath #BB4779

Color information

#BB4779 (or 0xBB4779) is unknown color: approx Royal Heath. HEX triplet: BB, 47 and 79. RGB value is (187,71,121). Sum of RGB (Red+Green+Blue) = 187+71+121=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4779 is #44B886. Grayscale: #6F6F6F. Windows color (decimal): -4503687 or 7948219. OLE color: 7948219.

HSL color Cylindrical-coordinate representation of color #BB4779: hue angle of 334.14º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB4779 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB18771121-
CMYK00.620.350.27
HSL334.14º46.03%50.59%-
HSV(B)334.14º62.03%73.33%-
XYZ26.216.4519.88-
YUV111.38133.43181.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.34%
GREEN value IS 71 (28.12% from 255) = 18.73%
BLUE value IS 121 (47.66% from 255) = 31.93%
R=49.34%
G=18.73%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877112100.620.350.27334.1446.0350.59
HexBB477903E231B14e2e33
Octal27310717107643335165663
Binary1011101110001111111001011111010001111011101001110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4779; }

 p { color: rgb(187,71,121); }

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

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

 a { background-color: rgb(187,71,121); }

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

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

 span { border-color: rgb(187,71,121); }

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