#BB7597

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

Shades of Hopbush #BB7597

Tints of Hopbush #BB7597

Color information

#BB7597 (or 0xBB7597) is unknown color: approx Hopbush. HEX triplet: BB, 75 and 97. RGB value is (187,117,151). Sum of RGB (Red+Green+Blue) = 187+117+151=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 151 (59.38% from 255 or 33.19% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7597 is #448A68. Grayscale: #8D8D8D. Windows color (decimal): -4491881 or 9926075. OLE color: 9926075.

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

Color convert

RGB187117151-
CMYK00.370.190.27
HSL330.86º33.98%59.61%-
HSV(B)330.86º37.43%73.33%-
XYZ32.4425.5232.49-
YUV141.81133.19160.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.10%
GREEN value IS 117 (46.09% from 255) = 25.71%
BLUE value IS 151 (59.38% from 255) = 33.19%
R=41.10%
G=25.71%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711715100.370.190.27330.8633.9859.61
HexBB7597025131B14b223c
Octal27316522704523335134274
Binary1011101111101011001011101001011001111011101001011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7597; }

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

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

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

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

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

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

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

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