#B7709A

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

Shades of Bouquet #B7709A

Tints of Bouquet #B7709A

Color information

#B7709A (or 0xB7709A) is unknown color: approx Bouquet. HEX triplet: B7, 70 and 9A. RGB value is (183,112,154). Sum of RGB (Red+Green+Blue) = 183+112+154=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 183 - color contains mainly: red. Hex color #B7709A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7709A is #488F65. Grayscale: #898989. Windows color (decimal): -4755302 or 10121399. OLE color: 10121399.

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

Color convert

RGB183112154-
CMYK00.390.160.28
HSL324.51º33.02%57.84%-
HSV(B)324.51º38.8%71.76%-
XYZ31.1623.9933.56-
YUV138.02137.02160.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.76%
GREEN value IS 112 (44.14% from 255) = 24.94%
BLUE value IS 154 (60.55% from 255) = 34.30%
R=40.76%
G=24.94%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311215400.390.160.28324.5133.0257.84
HexB7709A027101C145213a
Octal26716023204720345054172
Binary1011011111100001001101001001111000011100101000101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7709A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7709A; }

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

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

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

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

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

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

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

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