#BB7795

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

Shades of Hopbush #BB7795

Tints of Hopbush #BB7795

Color information

#BB7795 (or 0xBB7795) is unknown color: approx Hopbush. HEX triplet: BB, 77 and 95. RGB value is (187,119,149). Sum of RGB (Red+Green+Blue) = 187+119+149=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7795 is #44886A. Grayscale: #8E8E8E. Windows color (decimal): -4491371 or 9795515. OLE color: 9795515.

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

Color convert

RGB187119149-
CMYK00.360.200.27
HSL333.53º33.33%60%-
HSV(B)333.53º36.36%73.33%-
XYZ32.5225.9331.72-
YUV142.75131.53159.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.10%
GREEN value IS 119 (46.88% from 255) = 26.15%
BLUE value IS 149 (58.59% from 255) = 32.75%
R=41.10%
G=26.15%
B=32.75%

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
Decimal18711914900.360.200.27333.5333.3360
HexBB7795024141B14e213c
Octal27316722504424335164174
Binary1011101111101111001010101001001010011011101001110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7795; }

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

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

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

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

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

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

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

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