#B9769D

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

Shades of Bouquet #B9769D

Tints of Bouquet #B9769D

Color information

#B9769D (or 0xB9769D) is unknown color: approx Bouquet. HEX triplet: B9, 76 and 9D. RGB value is (185,118,157). Sum of RGB (Red+Green+Blue) = 185+118+157=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B9769D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9769D is #468962. Grayscale: #8E8E8E. Windows color (decimal): -4622691 or 10319545. OLE color: 10319545.

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

Color convert

RGB185118157-
CMYK00.360.150.27
HSL325.07º32.37%59.41%-
HSV(B)325.07º36.22%72.55%-
XYZ32.5725.7135.14-
YUV142.48136.2158.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.22%
GREEN value IS 118 (46.48% from 255) = 25.65%
BLUE value IS 157 (61.72% from 255) = 34.13%
R=40.22%
G=25.65%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511815700.360.150.27325.0732.3759.41
HexB9769D024F1B145203b
Octal27116623504417335054073
Binary101110011110110100111010100100111111011101000101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9769D; }

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

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

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

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

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

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

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

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