#B9809E

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

Shades of Bouquet #B9809E

Tints of Bouquet #B9809E

Color information

#B9809E (or 0xB9809E) is unknown color: approx Bouquet. HEX triplet: B9, 80 and 9E. RGB value is (185,128,158). Sum of RGB (Red+Green+Blue) = 185+128+158=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 185 - color contains mainly: red. Hex color #B9809E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9809E is #467F61. Grayscale: #949494. Windows color (decimal): -4620130 or 10387641. OLE color: 10387641.

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

Color convert

RGB185128158-
CMYK00.310.150.27
HSL328.42º28.93%61.37%-
HSV(B)328.42º30.81%72.55%-
XYZ33.928.2236.01-
YUV148.46133.38154.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.28%
GREEN value IS 128 (50.39% from 255) = 27.18%
BLUE value IS 158 (62.11% from 255) = 33.55%
R=39.28%
G=27.18%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512815800.310.150.27328.4228.9361.37
HexB9809E01FF1B1481d3d
Octal27120023603717335103575
Binary10111001100000001001111001111111111101110100100011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9809E; }

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

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

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

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

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

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

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

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