#BB6995

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

Shades of Hopbush #BB6995

Tints of Hopbush #BB6995

Color information

#BB6995 (or 0xBB6995) is unknown color: approx Hopbush. HEX triplet: BB, 69 and 95. RGB value is (187,105,149). Sum of RGB (Red+Green+Blue) = 187+105+149=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6995 is #44966A. Grayscale: #868686. Windows color (decimal): -4494955 or 9791931. OLE color: 9791931.

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

Color convert

RGB187105149-
CMYK00.440.200.27
HSL327.8º37.61%57.25%-
HSV(B)327.8º43.85%73.33%-
XYZ30.9722.8431.21-
YUV134.53136.17165.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.40%
GREEN value IS 105 (41.41% from 255) = 23.81%
BLUE value IS 149 (58.59% from 255) = 33.79%
R=42.40%
G=23.81%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710514900.440.200.27327.837.6157.25
HexBB699502C141B1482639
Octal27315122505424335104671
Binary1011101111010011001010101011001010011011101001000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6995; }

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

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

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

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

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

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

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

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