#B7709C

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

Shades of Bouquet #B7709C

Tints of Bouquet #B7709C

Color information

#B7709C (or 0xB7709C) is unknown color: approx Bouquet. HEX triplet: B7, 70 and 9C. RGB value is (183,112,156). Sum of RGB (Red+Green+Blue) = 183+112+156=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 183 - color contains mainly: red. Hex color #B7709C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7709C is #488F63. Grayscale: #8A8A8A. Windows color (decimal): -4755300 or 10252471. OLE color: 10252471.

HSL color Cylindrical-coordinate representation of color #B7709C: hue angle of 322.82º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B7709C is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB183112156-
CMYK00.390.150.28
HSL322.82º33.02%57.84%-
HSV(B)322.82º38.8%71.76%-
XYZ31.3224.0634.44-
YUV138.24138.02159.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.58%
GREEN value IS 112 (44.14% from 255) = 24.83%
BLUE value IS 156 (61.33% from 255) = 34.59%
R=40.58%
G=24.83%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311215600.390.150.28322.8233.0257.84
HexB7709C027F1C143213a
Octal26716023404717345034172
Binary101101111110000100111000100111111111100101000011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7709C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7709C; }

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

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

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

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

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

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

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

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