#B1649A

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

Shades of Bouquet #B1649A

Tints of Bouquet #B1649A

Color information

#B1649A (or 0xB1649A) is unknown color: approx Bouquet. HEX triplet: B1, 64 and 9A. RGB value is (177,100,154). Sum of RGB (Red+Green+Blue) = 177+100+154=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B1649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1649A is #4E9B65. Grayscale: #818181. Windows color (decimal): -5151590 or 10118321. OLE color: 10118321.

HSL color Cylindrical-coordinate representation of color #B1649A: hue angle of 317.92º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B1649A is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB177100154-
CMYK00.440.130.31
HSL317.92º33.05%54.31%-
HSV(B)317.92º43.5%69.41%-
XYZ28.5220.7933.08-
YUV129.18142.01162.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.07%
GREEN value IS 100 (39.45% from 255) = 23.20%
BLUE value IS 154 (60.55% from 255) = 35.73%
R=41.07%
G=23.20%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710015400.440.130.31317.9233.0554.31
HexB1649A02CD1F13e2136
Octal26114423205415374764166
Binary101100011100100100110100101100110111111100111110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1649A; }

 p { color: rgb(177,100,154); }

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

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

 a { background-color: rgb(177,100,154); }

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

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

 span { border-color: rgb(177,100,154); }

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