#B9809C

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

Shades of Bouquet #B9809C

Tints of Bouquet #B9809C

Color information

#B9809C (or 0xB9809C) is unknown color: approx Bouquet. HEX triplet: B9, 80 and 9C. RGB value is (185,128,156). Sum of RGB (Red+Green+Blue) = 185+128+156=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 185 - color contains mainly: red. Hex color #B9809C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9809C is #467F63. Grayscale: #949494. Windows color (decimal): -4620132 or 10256569. OLE color: 10256569.

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

Color convert

RGB185128156-
CMYK00.310.160.27
HSL330.53º28.93%61.37%-
HSV(B)330.53º30.81%72.55%-
XYZ33.7328.1535.11-
YUV148.23132.38154.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.45%
GREEN value IS 128 (50.39% from 255) = 27.29%
BLUE value IS 156 (61.33% from 255) = 33.26%
R=39.45%
G=27.29%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512815600.310.160.27330.5328.9361.37
HexB9809C01F101B14b1d3d
Octal27120023403720335133575
Binary101110011000000010011100011111100001101110100101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9809C; }

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

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

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

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

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

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

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

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