#B7699C

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

Shades of Bouquet #B7699C

Tints of Bouquet #B7699C

Color information

#B7699C (or 0xB7699C) is unknown color: approx Bouquet. HEX triplet: B7, 69 and 9C. RGB value is (183,105,156). Sum of RGB (Red+Green+Blue) = 183+105+156=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 183 - color contains mainly: red. Hex color #B7699C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7699C is #489663. Grayscale: #868686. Windows color (decimal): -4757092 or 10250679. OLE color: 10250679.

HSL color Cylindrical-coordinate representation of color #B7699C: hue angle of 320.77º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B7699C is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB183105156-
CMYK00.430.150.28
HSL320.77º35.14%56.47%-
HSV(B)320.77º42.62%71.76%-
XYZ30.5822.5734.2-
YUV134.14140.34162.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.22%
GREEN value IS 105 (41.41% from 255) = 23.65%
BLUE value IS 156 (61.33% from 255) = 35.14%
R=41.22%
G=23.65%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310515600.430.150.28320.7735.1456.47
HexB7699C02BF1C1412338
Octal26715123405317345014370
Binary101101111101001100111000101011111111100101000001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7699C; }

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

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

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

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

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

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

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

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