#B9829D

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

Shades of Bouquet #B9829D

Tints of Bouquet #B9829D

Color information

#B9829D (or 0xB9829D) is unknown color: approx Bouquet. HEX triplet: B9, 82 and 9D. RGB value is (185,130,157). Sum of RGB (Red+Green+Blue) = 185+130+157=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 185 - color contains mainly: red. Hex color #B9829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9829D is #467D62. Grayscale: #959595. Windows color (decimal): -4619619 or 10322617. OLE color: 10322617.

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

Color convert

RGB185130157-
CMYK00.300.150.27
HSL330.55º28.21%61.76%-
HSV(B)330.55º29.73%72.55%-
XYZ34.0828.7135.64-
YUV149.52132.22153.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.19%
GREEN value IS 130 (51.17% from 255) = 27.54%
BLUE value IS 157 (61.72% from 255) = 33.26%
R=39.19%
G=27.54%
B=33.26%

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
Decimal18513015700.300.150.27330.5528.2161.76
HexB9829D01EF1B14b1c3e
Octal27120223503617335133476
Binary10111001100000101001110101111011111101110100101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9829D; }

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

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

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

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

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

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

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

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