#B9709B

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

Shades of Bouquet #B9709B

Tints of Bouquet #B9709B

Color information

#B9709B (or 0xB9709B) is unknown color: approx Bouquet. HEX triplet: B9, 70 and 9B. RGB value is (185,112,155). Sum of RGB (Red+Green+Blue) = 185+112+155=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 155 (60.94% from 255 or 34.29% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B9709B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9709B is #468F64. Grayscale: #8A8A8A. Windows color (decimal): -4624229 or 10186937. OLE color: 10186937.

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

Color convert

RGB185112155-
CMYK00.390.160.27
HSL324.66º34.27%58.24%-
HSV(B)324.66º39.46%72.55%-
XYZ31.7224.2734.02-
YUV138.73137.18161-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.93%
GREEN value IS 112 (44.14% from 255) = 24.78%
BLUE value IS 155 (60.94% from 255) = 34.29%
R=40.93%
G=24.78%
B=34.29%

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
Decimal18511215500.390.160.27324.6634.2758.24
HexB9709B027101B145223a
Octal27116023304720335054272
Binary1011100111100001001101101001111000011011101000101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9709B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9709B; }

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

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

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

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

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

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

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

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