#BB6190

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

Shades of Hopbush #BB6190

Tints of Hopbush #BB6190

Color information

#BB6190 (or 0xBB6190) is unknown color: approx Hopbush. HEX triplet: BB, 61 and 90. RGB value is (187,97,144). Sum of RGB (Red+Green+Blue) = 187+97+144=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6190 is #449E6F. Grayscale: #818181. Windows color (decimal): -4497008 or 9462203. OLE color: 9462203.

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

Color convert

RGB18797144-
CMYK00.480.230.27
HSL328.67º39.82%55.69%-
HSV(B)328.67º48.13%73.33%-
XYZ29.821.1328.89-
YUV129.27136.32169.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.69%
GREEN value IS 97 (38.28% from 255) = 22.66%
BLUE value IS 144 (56.64% from 255) = 33.64%
R=43.69%
G=22.66%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879714400.480.230.27328.6739.8255.69
HexBB6190030171B1492838
Octal27314122006027335115070
Binary1011101111000011001000001100001011111011101001001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6190; }

 p { color: rgb(187,97,144); }

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

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

 a { background-color: rgb(187,97,144); }

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

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

 span { border-color: rgb(187,97,144); }

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