#BB668F

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

Shades of Hopbush #BB668F

Tints of Hopbush #BB668F

Color information

#BB668F (or 0xBB668F) is unknown color: approx Hopbush. HEX triplet: BB, 66 and 8F. RGB value is (187,102,143). Sum of RGB (Red+Green+Blue) = 187+102+143=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BB668F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB668F is #449970. Grayscale: #848484. Windows color (decimal): -4495729 or 9397947. OLE color: 9397947.

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

Color convert

RGB187102143-
CMYK00.450.240.27
HSL331.06º38.46%56.67%-
HSV(B)331.06º45.45%73.33%-
XYZ30.222.0528.65-
YUV132.09134.16167.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.29%
GREEN value IS 102 (40.23% from 255) = 23.61%
BLUE value IS 143 (56.25% from 255) = 33.10%
R=43.29%
G=23.61%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710214300.450.240.27331.0638.4656.67
HexBB668F02D181B14b2639
Octal27314621705530335134671
Binary1011101111001101000111101011011100011011101001011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB668F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB668F; }

 p { color: rgb(187,102,143); }

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

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

 a { background-color: rgb(187,102,143); }

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

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

 span { border-color: rgb(187,102,143); }

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