#BB7896

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

Shades of Hopbush #BB7896

Tints of Hopbush #BB7896

Color information

#BB7896 (or 0xBB7896) is unknown color: approx Hopbush. HEX triplet: BB, 78 and 96. RGB value is (187,120,150). Sum of RGB (Red+Green+Blue) = 187+120+150=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7896 is #448769. Grayscale: #8F8F8F. Windows color (decimal): -4491114 or 9861307. OLE color: 9861307.

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

Color convert

RGB187120150-
CMYK00.360.200.27
HSL333.13º33%60.2%-
HSV(B)333.13º35.83%73.33%-
XYZ32.7226.232.19-
YUV143.45131.7159.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.92%
GREEN value IS 120 (47.27% from 255) = 26.26%
BLUE value IS 150 (58.98% from 255) = 32.82%
R=40.92%
G=26.26%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712015000.360.200.27333.133360.2
HexBB7896024141B14d213c
Octal27317022604424335154174
Binary1011101111110001001011001001001010011011101001101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7896; }

 p { color: rgb(187,120,150); }

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

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

 a { background-color: rgb(187,120,150); }

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

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

 span { border-color: rgb(187,120,150); }

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