#BB699B

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

Shades of Hopbush #BB699B

Tints of Hopbush #BB699B

Color information

#BB699B (or 0xBB699B) is unknown color: approx Hopbush. HEX triplet: BB, 69 and 9B. RGB value is (187,105,155). Sum of RGB (Red+Green+Blue) = 187+105+155=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BB699B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB699B is #449664. Grayscale: #878787. Windows color (decimal): -4494949 or 10185147. OLE color: 10185147.

HSL color Cylindrical-coordinate representation of color #BB699B: hue angle of 323.41º 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 #BB699B is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB187105155-
CMYK00.440.170.27
HSL323.41º37.61%57.25%-
HSV(B)323.41º43.85%73.33%-
XYZ31.4623.0333.8-
YUV135.22139.17164.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.83%
GREEN value IS 105 (41.41% from 255) = 23.49%
BLUE value IS 155 (60.94% from 255) = 34.68%
R=41.83%
G=23.49%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710515500.440.170.27323.4137.6157.25
HexBB699B02C111B1432639
Octal27315123305421335034671
Binary1011101111010011001101101011001000111011101000011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB699B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB699B; }

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

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

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

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

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

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

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

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