#B7769F

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

Shades of Bouquet #B7769F

Tints of Bouquet #B7769F

Color information

#B7769F (or 0xB7769F) is unknown color: approx Bouquet. HEX triplet: B7, 76 and 9F. RGB value is (183,118,159). Sum of RGB (Red+Green+Blue) = 183+118+159=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 183 - color contains mainly: red. Hex color #B7769F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7769F is #488960. Grayscale: #8E8E8E. Windows color (decimal): -4753761 or 10450615. OLE color: 10450615.

HSL color Cylindrical-coordinate representation of color #B7769F: hue angle of 322.15º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B7769F is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB183118159-
CMYK00.360.130.28
HSL322.15º31.1%59.02%-
HSV(B)322.15º35.52%71.76%-
XYZ32.2625.5336.03-
YUV142.11137.53157.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.78%
GREEN value IS 118 (46.48% from 255) = 25.65%
BLUE value IS 159 (62.5% from 255) = 34.57%
R=39.78%
G=25.65%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311815900.360.130.28322.1531.159.02
HexB7769F024D1C1421f3b
Octal26716623704415345023773
Binary10110111111011010011111010010011011110010100001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7769F; }

 p { color: rgb(183,118,159); }

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

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

 a { background-color: rgb(183,118,159); }

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

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

 span { border-color: rgb(183,118,159); }

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