#B7709E

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

Shades of Bouquet #B7709E

Tints of Bouquet #B7709E

Color information

#B7709E (or 0xB7709E) is unknown color: approx Bouquet. HEX triplet: B7, 70 and 9E. RGB value is (183,112,158). Sum of RGB (Red+Green+Blue) = 183+112+158=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 183 - color contains mainly: red. Hex color #B7709E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7709E is #488F61. Grayscale: #8A8A8A. Windows color (decimal): -4755298 or 10383543. OLE color: 10383543.

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

Color convert

RGB183112158-
CMYK00.390.140.28
HSL321.13º33.02%57.84%-
HSV(B)321.13º38.8%71.76%-
XYZ31.4924.1235.34-
YUV138.47139.02159.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.40%
GREEN value IS 112 (44.14% from 255) = 24.72%
BLUE value IS 158 (62.11% from 255) = 34.88%
R=40.40%
G=24.72%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311215800.390.140.28321.1333.0257.84
HexB7709E027E1C141213a
Octal26716023604716345014172
Binary101101111110000100111100100111111011100101000001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7709E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7709E; }

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

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

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

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

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

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

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

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