#BB6291

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

Shades of Hopbush #BB6291

Tints of Hopbush #BB6291

Color information

#BB6291 (or 0xBB6291) is unknown color: approx Hopbush. HEX triplet: BB, 62 and 91. RGB value is (187,98,145). Sum of RGB (Red+Green+Blue) = 187+98+145=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6291 is #449D6E. Grayscale: #818181. Windows color (decimal): -4496751 or 9527995. OLE color: 9527995.

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

Color convert

RGB18798145-
CMYK00.480.220.27
HSL328.31º39.56%55.88%-
HSV(B)328.31º47.59%73.33%-
XYZ29.9721.3429.33-
YUV129.97136.49168.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.49%
GREEN value IS 98 (38.67% from 255) = 22.79%
BLUE value IS 145 (57.03% from 255) = 33.72%
R=43.49%
G=22.79%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879814500.480.220.27328.3139.5655.88
HexBB6291030161B1482838
Octal27314222106026335105070
Binary1011101111000101001000101100001011011011101001000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6291; }

 p { color: rgb(187,98,145); }

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

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

 a { background-color: rgb(187,98,145); }

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

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

 span { border-color: rgb(187,98,145); }

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