#BB7796

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

Shades of Hopbush #BB7796

Tints of Hopbush #BB7796

Color information

#BB7796 (or 0xBB7796) is unknown color: approx Hopbush. HEX triplet: BB, 77 and 96. RGB value is (187,119,150). Sum of RGB (Red+Green+Blue) = 187+119+150=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 119 (46.88% from 255 or 26.10% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7796 is #448869. Grayscale: #8E8E8E. Windows color (decimal): -4491370 or 9861051. OLE color: 9861051.

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

Color convert

RGB187119150-
CMYK00.360.200.27
HSL332.65º33.33%60%-
HSV(B)332.65º36.36%73.33%-
XYZ32.625.9632.15-
YUV142.87132.03159.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.01%
GREEN value IS 119 (46.88% from 255) = 26.10%
BLUE value IS 150 (58.98% from 255) = 32.89%
R=41.01%
G=26.10%
B=32.89%

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
Decimal18711915000.360.200.27332.6533.3360
HexBB7796024141B14d213c
Octal27316722604424335154174
Binary1011101111101111001011001001001010011011101001101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7796; }

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

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

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

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

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

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

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

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