#B1699C

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

Shades of Bouquet #B1699C

Tints of Bouquet #B1699C

Color information

#B1699C (or 0xB1699C) is unknown color: approx Bouquet. HEX triplet: B1, 69 and 9C. RGB value is (177,105,156). Sum of RGB (Red+Green+Blue) = 177+105+156=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B1699C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1699C is #4E9663. Grayscale: #848484. Windows color (decimal): -5150308 or 10250673. OLE color: 10250673.

HSL color Cylindrical-coordinate representation of color #B1699C: hue angle of 317.5º 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 #B1699C is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB177105156-
CMYK00.410.120.31
HSL317.5º31.58%55.29%-
HSV(B)317.5º40.68%69.41%-
XYZ29.1821.8534.13-
YUV132.34141.35159.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.41%
GREEN value IS 105 (41.41% from 255) = 23.97%
BLUE value IS 156 (61.33% from 255) = 35.62%
R=40.41%
G=23.97%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710515600.410.120.31317.531.5855.29
HexB1699C029C1F13e2037
Octal26115123405114374764067
Binary101100011101001100111000101001110011111100111110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1699C; }

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

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

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

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

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

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

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

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