#B1699F

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

Shades of Bouquet #B1699F

Tints of Bouquet #B1699F

Color information

#B1699F (or 0xB1699F) is unknown color: approx Bouquet. HEX triplet: B1, 69 and 9F. RGB value is (177,105,159). Sum of RGB (Red+Green+Blue) = 177+105+159=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B1699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1699F is #4E9660. Grayscale: #848484. Windows color (decimal): -5150305 or 10447281. OLE color: 10447281.

HSL color Cylindrical-coordinate representation of color #B1699F: hue angle of 315º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B1699F is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB177105159-
CMYK00.410.100.31
HSL315º31.58%55.29%-
HSV(B)315º40.68%69.41%-
XYZ29.4421.9535.49-
YUV132.68142.85159.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.14%
GREEN value IS 105 (41.41% from 255) = 23.81%
BLUE value IS 159 (62.5% from 255) = 36.05%
R=40.14%
G=23.81%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710515900.410.100.3131531.5855.29
HexB1699F029A1F13b2037
Octal26115123705112374734067
Binary101100011101001100111110101001101011111100111011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1699F; }

 p { color: rgb(177,105,159); }

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

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

 a { background-color: rgb(177,105,159); }

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

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

 span { border-color: rgb(177,105,159); }

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