#B9699C

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

Shades of Bouquet #B9699C

Tints of Bouquet #B9699C

Color information

#B9699C (or 0xB9699C) is unknown color: approx Bouquet. HEX triplet: B9, 69 and 9C. RGB value is (185,105,156). Sum of RGB (Red+Green+Blue) = 185+105+156=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B9699C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9699C is #469663. Grayscale: #868686. Windows color (decimal): -4626020 or 10250681. OLE color: 10250681.

HSL color Cylindrical-coordinate representation of color #B9699C: hue angle of 321.75º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9699C is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB185105156-
CMYK00.430.160.27
HSL321.75º36.36%56.86%-
HSV(B)321.75º43.24%72.55%-
XYZ31.0622.8234.22-
YUV134.73140163.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.48%
GREEN value IS 105 (41.41% from 255) = 23.54%
BLUE value IS 156 (61.33% from 255) = 34.98%
R=41.48%
G=23.54%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510515600.430.160.27321.7536.3656.86
HexB9699C02B101B1422439
Octal27115123405320335024471
Binary1011100111010011001110001010111000011011101000010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9699C; }

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

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

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

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

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

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

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

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