#B9759C

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

Shades of Bouquet #B9759C

Tints of Bouquet #B9759C

Color information

#B9759C (or 0xB9759C) is unknown color: approx Bouquet. HEX triplet: B9, 75 and 9C. RGB value is (185,117,156). Sum of RGB (Red+Green+Blue) = 185+117+156=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B9759C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9759C is #468A63. Grayscale: #8D8D8D. Windows color (decimal): -4622948 or 10253753. OLE color: 10253753.

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

Color convert

RGB185117156-
CMYK00.370.160.27
HSL325.59º32.69%59.22%-
HSV(B)325.59º36.76%72.55%-
XYZ32.3725.4434.66-
YUV141.78136.03158.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.39%
GREEN value IS 117 (46.09% from 255) = 25.55%
BLUE value IS 156 (61.33% from 255) = 34.06%
R=40.39%
G=25.55%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511715600.370.160.27325.5932.6959.22
HexB9759C025101B146213b
Octal27116523404520335064173
Binary1011100111101011001110001001011000011011101000110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9759C; }

 p { color: rgb(185,117,156); }

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

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

 a { background-color: rgb(185,117,156); }

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

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

 span { border-color: rgb(185,117,156); }

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