#B9829E

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

Shades of Bouquet #B9829E

Tints of Bouquet #B9829E

Color information

#B9829E (or 0xB9829E) is unknown color: approx Bouquet. HEX triplet: B9, 82 and 9E. RGB value is (185,130,158). Sum of RGB (Red+Green+Blue) = 185+130+158=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 185 - color contains mainly: red. Hex color #B9829E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9829E is #467D61. Grayscale: #959595. Windows color (decimal): -4619618 or 10388153. OLE color: 10388153.

HSL color Cylindrical-coordinate representation of color #B9829E: hue angle of 329.45º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9829E is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB185130158-
CMYK00.300.150.27
HSL329.45º28.21%61.76%-
HSV(B)329.45º29.73%72.55%-
XYZ34.1628.7536.1-
YUV149.64132.72153.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.11%
GREEN value IS 130 (51.17% from 255) = 27.48%
BLUE value IS 158 (62.11% from 255) = 33.40%
R=39.11%
G=27.48%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513015800.300.150.27329.4528.2161.76
HexB9829E01EF1B1491c3e
Octal27120223603617335113476
Binary10111001100000101001111001111011111101110100100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9829E; }

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

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

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

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

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

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

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

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