#B7769C

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

Shades of Bouquet #B7769C

Tints of Bouquet #B7769C

Color information

#B7769C (or 0xB7769C) is unknown color: approx Bouquet. HEX triplet: B7, 76 and 9C. RGB value is (183,118,156). Sum of RGB (Red+Green+Blue) = 183+118+156=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 183 - color contains mainly: red. Hex color #B7769C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7769C is #488963. Grayscale: #8D8D8D. Windows color (decimal): -4753764 or 10254007. OLE color: 10254007.

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

Color convert

RGB183118156-
CMYK00.360.150.28
HSL324.92º31.1%59.02%-
HSV(B)324.92º35.52%71.76%-
XYZ32.0125.4234.67-
YUV141.77136.03157.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.04%
GREEN value IS 118 (46.48% from 255) = 25.82%
BLUE value IS 156 (61.33% from 255) = 34.14%
R=40.04%
G=25.82%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311815600.360.150.28324.9231.159.02
HexB7769C024F1C1451f3b
Octal26716623404417345053773
Binary10110111111011010011100010010011111110010100010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7769C; }

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

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

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

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

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

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

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

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