#BB7B97

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

Shades of Hopbush #BB7B97

Tints of Hopbush #BB7B97

Color information

#BB7B97 (or 0xBB7B97) is unknown color: approx Hopbush. HEX triplet: BB, 7B and 97. RGB value is (187,123,151). Sum of RGB (Red+Green+Blue) = 187+123+151=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 151 (59.38% from 255 or 32.75% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7B97 is #448468. Grayscale: #919191. Windows color (decimal): -4490345 or 9927611. OLE color: 9927611.

HSL color Cylindrical-coordinate representation of color #BB7B97: hue angle of 333.75º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB7B97 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB187123151-
CMYK00.340.190.27
HSL333.75º32%60.78%-
HSV(B)333.75º34.22%73.33%-
XYZ33.1626.9732.74-
YUV145.33131.2157.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 123 (48.44% from 255) = 26.68%
BLUE value IS 151 (59.38% from 255) = 32.75%
R=40.56%
G=26.68%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712315100.340.190.27333.753260.78
HexBB7B97022131B14e203d
Octal27317322704223335164075
Binary1011101111110111001011101000101001111011101001110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7B97; }

 p { color: rgb(187,123,151); }

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

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

 a { background-color: rgb(187,123,151); }

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

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

 span { border-color: rgb(187,123,151); }

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