#B9669F

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

Shades of Bouquet #B9669F

Tints of Bouquet #B9669F

Color information

#B9669F (or 0xB9669F) is unknown color: approx Bouquet. HEX triplet: B9, 66 and 9F. RGB value is (185,102,159). Sum of RGB (Red+Green+Blue) = 185+102+159=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B9669F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9669F is #469960. Grayscale: #858585. Windows color (decimal): -4626785 or 10446521. OLE color: 10446521.

HSL color Cylindrical-coordinate representation of color #B9669F: hue angle of 318.8º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B9669F is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB185102159-
CMYK00.450.140.27
HSL318.8º37.22%56.27%-
HSV(B)318.8º44.86%72.55%-
XYZ31.0222.3235.47-
YUV133.32142.5164.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.48%
GREEN value IS 102 (40.23% from 255) = 22.87%
BLUE value IS 159 (62.5% from 255) = 35.65%
R=41.48%
G=22.87%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510215900.450.140.27318.837.2256.27
HexB9669F02DE1B13f2538
Octal27114623705516334774570
Binary101110011100110100111110101101111011011100111111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9669F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9669F; }

 p { color: rgb(185,102,159); }

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

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

 a { background-color: rgb(185,102,159); }

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

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

 span { border-color: rgb(185,102,159); }

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