#BB7299

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

Shades of Hopbush #BB7299

Tints of Hopbush #BB7299

Color information

#BB7299 (or 0xBB7299) is unknown color: approx Hopbush. HEX triplet: BB, 72 and 99. RGB value is (187,114,153). Sum of RGB (Red+Green+Blue) = 187+114+153=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7299 is #448D66. Grayscale: #8C8C8C. Windows color (decimal): -4492647 or 10056379. OLE color: 10056379.

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

Color convert

RGB187114153-
CMYK00.390.180.27
HSL327.95º34.93%59.02%-
HSV(B)327.95º39.04%73.33%-
XYZ32.2624.933.24-
YUV140.27135.18161.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.19%
GREEN value IS 114 (44.92% from 255) = 25.11%
BLUE value IS 153 (60.16% from 255) = 33.70%
R=41.19%
G=25.11%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711415300.390.180.27327.9534.9359.02
HexBB7299027121B148233b
Octal27316223104722335104373
Binary1011101111100101001100101001111001011011101001000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7299; }

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

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

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

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

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

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

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

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