#B7709D

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

Shades of Bouquet #B7709D

Tints of Bouquet #B7709D

Color information

#B7709D (or 0xB7709D) is unknown color: approx Bouquet. HEX triplet: B7, 70 and 9D. RGB value is (183,112,157). Sum of RGB (Red+Green+Blue) = 183+112+157=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 183 - color contains mainly: red. Hex color #B7709D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7709D is #488F62. Grayscale: #8A8A8A. Windows color (decimal): -4755299 or 10318007. OLE color: 10318007.

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

Color convert

RGB183112157-
CMYK00.390.140.28
HSL321.97º33.02%57.84%-
HSV(B)321.97º38.8%71.76%-
XYZ31.4124.0934.89-
YUV138.36138.52159.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.49%
GREEN value IS 112 (44.14% from 255) = 24.78%
BLUE value IS 157 (61.72% from 255) = 34.73%
R=40.49%
G=24.78%
B=34.73%

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
Decimal18311215700.390.140.28321.9733.0257.84
HexB7709D027E1C142213a
Octal26716023504716345024172
Binary101101111110000100111010100111111011100101000010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7709D; }

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

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

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

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

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

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

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

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