#BB7999

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

Shades of Hopbush #BB7999

Tints of Hopbush #BB7999

Color information

#BB7999 (or 0xBB7999) is unknown color: approx Hopbush. HEX triplet: BB, 79 and 99. RGB value is (187,121,153). Sum of RGB (Red+Green+Blue) = 187+121+153=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7999 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7999 is #448666. Grayscale: #909090. Windows color (decimal): -4490855 or 10058171. OLE color: 10058171.

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

Color convert

RGB187121153-
CMYK00.350.180.27
HSL330.91º32.67%60.39%-
HSV(B)330.91º35.29%73.33%-
XYZ33.0826.5433.52-
YUV144.38132.87158.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 121 (47.66% from 255) = 26.25%
BLUE value IS 153 (60.16% from 255) = 33.19%
R=40.56%
G=26.25%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712115300.350.180.27330.9132.6760.39
HexBB7999023121B14b213c
Octal27317123104322335134174
Binary1011101111110011001100101000111001011011101001011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7999; }

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

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

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

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

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

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

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

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