#B9709A

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

Shades of Bouquet #B9709A

Tints of Bouquet #B9709A

Color information

#B9709A (or 0xB9709A) is unknown color: approx Bouquet. HEX triplet: B9, 70 and 9A. RGB value is (185,112,154). Sum of RGB (Red+Green+Blue) = 185+112+154=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 185 - color contains mainly: red. Hex color #B9709A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9709A is #468F65. Grayscale: #8A8A8A. Windows color (decimal): -4624230 or 10121401. OLE color: 10121401.

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

Color convert

RGB185112154-
CMYK00.390.170.27
HSL325.48º34.27%58.24%-
HSV(B)325.48º39.46%72.55%-
XYZ31.6324.2433.58-
YUV138.62136.68161.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.02%
GREEN value IS 112 (44.14% from 255) = 24.83%
BLUE value IS 154 (60.55% from 255) = 34.15%
R=41.02%
G=24.83%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511215400.390.170.27325.4834.2758.24
HexB9709A027111B145223a
Octal27116023204721335054272
Binary1011100111100001001101001001111000111011101000101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9709A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9709A; }

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

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

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

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

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

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

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

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