#bb7694

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

Shades of Hopbush #BB7694

Tints of Hopbush #BB7694

Color information

#BB7694 (or 0xBB7694) is unknown color: approx Hopbush. HEX triplet: BB, 76 and 94. RGB value is (187,118,148). Sum of RGB (Red+Green+Blue) = 187+118+148=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 148 (58.20% from 255 or 32.67% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7694 is #44896B. Grayscale: #8E8E8E. Windows color (decimal): -4491628 or 9729723. OLE color: 9729723.

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

Color convert

RGB187118148-
CMYK00.370.210.27
HSL333.91º33.66%59.8%-
HSV(B)333.91º36.9%73.33%-
XYZ32.3225.6631.27-
YUV142.05131.36160.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.28%
GREEN value IS 118 (46.48% from 255) = 26.05%
BLUE value IS 148 (58.20% from 255) = 32.67%
R=41.28%
G=26.05%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711814800.370.210.27333.9133.6659.8
HexBB7694025151B14e223c
Octal27316622404525335164274
Binary1011101111101101001010001001011010111011101001110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb7694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb7694; }

 p { color: rgb(187,118,148); }

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

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

 a { background-color: rgb(187,118,148); }

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

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

 span { border-color: rgb(187,118,148); }

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