#B9709F

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

Shades of Bouquet #B9709F

Tints of Bouquet #B9709F

Color information

#B9709F (or 0xB9709F) is unknown color: approx Bouquet. HEX triplet: B9, 70 and 9F. RGB value is (185,112,159). Sum of RGB (Red+Green+Blue) = 185+112+159=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 159 (62.5% from 255 or 34.87% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B9709F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9709F is #468F60. Grayscale: #8B8B8B. Windows color (decimal): -4624225 or 10449081. OLE color: 10449081.

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

Color convert

RGB185112159-
CMYK00.390.140.27
HSL321.37º34.27%58.24%-
HSV(B)321.37º39.46%72.55%-
XYZ32.0624.4135.82-
YUV139.18139.18160.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.57%
GREEN value IS 112 (44.14% from 255) = 24.56%
BLUE value IS 159 (62.5% from 255) = 34.87%
R=40.57%
G=24.56%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511215900.390.140.27321.3734.2758.24
HexB9709F027E1B141223a
Octal27116023704716335014272
Binary101110011110000100111110100111111011011101000001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9709F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9709F; }

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

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

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

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

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

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

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

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