#BB6992

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

Shades of Hopbush #BB6992

Tints of Hopbush #BB6992

Color information

#BB6992 (or 0xBB6992) is unknown color: approx Hopbush. HEX triplet: BB, 69 and 92. RGB value is (187,105,146). Sum of RGB (Red+Green+Blue) = 187+105+146=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6992 is #44966D. Grayscale: #868686. Windows color (decimal): -4494958 or 9595323. OLE color: 9595323.

HSL color Cylindrical-coordinate representation of color #BB6992: hue angle of 330º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB6992 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB187105146-
CMYK00.440.220.27
HSL330º37.61%57.25%-
HSV(B)330º43.85%73.33%-
XYZ30.7322.7429.96-
YUV134.19134.67165.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.69%
GREEN value IS 105 (41.41% from 255) = 23.97%
BLUE value IS 146 (57.42% from 255) = 33.33%
R=42.69%
G=23.97%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710514600.440.220.2733037.6157.25
HexBB699202C161B14a2639
Octal27315122205426335124671
Binary1011101111010011001001001011001011011011101001010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6992; }

 p { color: rgb(187,105,146); }

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

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

 a { background-color: rgb(187,105,146); }

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

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

 span { border-color: rgb(187,105,146); }

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