#B9769A

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

Shades of Bouquet #B9769A

Tints of Bouquet #B9769A

Color information

#B9769A (or 0xB9769A) is unknown color: approx Bouquet. HEX triplet: B9, 76 and 9A. RGB value is (185,118,154). Sum of RGB (Red+Green+Blue) = 185+118+154=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B9769A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9769A is #468965. Grayscale: #8E8E8E. Windows color (decimal): -4622694 or 10122937. OLE color: 10122937.

HSL color Cylindrical-coordinate representation of color #B9769A: hue angle of 327.76º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B9769A is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB185118154-
CMYK00.360.170.27
HSL327.76º32.37%59.41%-
HSV(B)327.76º36.22%72.55%-
XYZ32.3225.633.81-
YUV142.14134.7158.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.48%
GREEN value IS 118 (46.48% from 255) = 25.82%
BLUE value IS 154 (60.55% from 255) = 33.70%
R=40.48%
G=25.82%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511815400.360.170.27327.7632.3759.41
HexB9769A024111B148203b
Octal27116623204421335104073
Binary1011100111101101001101001001001000111011101001000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9769A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9769A; }

 p { color: rgb(185,118,154); }

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

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

 a { background-color: rgb(185,118,154); }

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

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

 span { border-color: rgb(185,118,154); }

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