#BB6596

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

Shades of Hopbush #BB6596

Tints of Hopbush #BB6596

Color information

#BB6596 (or 0xBB6596) is unknown color: approx Hopbush. HEX triplet: BB, 65 and 96. RGB value is (187,101,150). Sum of RGB (Red+Green+Blue) = 187+101+150=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6596 is #449A69. Grayscale: #848484. Windows color (decimal): -4495978 or 9856443. OLE color: 9856443.

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

Color convert

RGB187101150-
CMYK00.460.200.27
HSL325.81º38.74%56.47%-
HSV(B)325.81º45.99%73.33%-
XYZ30.6522.0731.5-
YUV132.3137.99167.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.69%
GREEN value IS 101 (39.84% from 255) = 23.06%
BLUE value IS 150 (58.98% from 255) = 34.25%
R=42.69%
G=23.06%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710115000.460.200.27325.8138.7456.47
HexBB659602E141B1462738
Octal27314522605624335064770
Binary1011101111001011001011001011101010011011101000110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6596; }

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

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

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

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

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

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

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

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