#B9719E

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

Shades of Bouquet #B9719E

Tints of Bouquet #B9719E

Color information

#B9719E (or 0xB9719E) is unknown color: approx Bouquet. HEX triplet: B9, 71 and 9E. RGB value is (185,113,158). Sum of RGB (Red+Green+Blue) = 185+113+158=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B9719E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9719E is #468E61. Grayscale: #8B8B8B. Windows color (decimal): -4623970 or 10383801. OLE color: 10383801.

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

Color convert

RGB185113158-
CMYK00.390.150.27
HSL322.5º33.96%58.43%-
HSV(B)322.5º38.92%72.55%-
XYZ32.0824.5935.4-
YUV139.66138.35160.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.57%
GREEN value IS 113 (44.53% from 255) = 24.78%
BLUE value IS 158 (62.11% from 255) = 34.65%
R=40.57%
G=24.78%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511315800.390.150.27322.533.9658.43
HexB9719E027F1B142223a
Octal27116123604717335024272
Binary101110011110001100111100100111111111011101000010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9719E; }

 p { color: rgb(185,113,158); }

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

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

 a { background-color: rgb(185,113,158); }

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

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

 span { border-color: rgb(185,113,158); }

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