#B9709C

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

Shades of Bouquet #B9709C

Tints of Bouquet #B9709C

Color information

#B9709C (or 0xB9709C) is unknown color: approx Bouquet. HEX triplet: B9, 70 and 9C. RGB value is (185,112,156). Sum of RGB (Red+Green+Blue) = 185+112+156=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B9709C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9709C is #468F63. Grayscale: #8A8A8A. Windows color (decimal): -4624228 or 10252473. OLE color: 10252473.

HSL color Cylindrical-coordinate representation of color #B9709C: hue angle of 323.84º 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 #B9709C is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB185112156-
CMYK00.390.160.27
HSL323.84º34.27%58.24%-
HSV(B)323.84º39.46%72.55%-
XYZ31.824.334.47-
YUV138.84137.68160.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.84%
GREEN value IS 112 (44.14% from 255) = 24.72%
BLUE value IS 156 (61.33% from 255) = 34.44%
R=40.84%
G=24.72%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511215600.390.160.27323.8434.2758.24
HexB9709C027101B144223a
Octal27116023404720335044272
Binary1011100111100001001110001001111000011011101000100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9709C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9709C; }

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

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

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

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

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

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

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

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