#B9839D

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

Shades of Bouquet #B9839D

Tints of Bouquet #B9839D

Color information

#B9839D (or 0xB9839D) is unknown color: approx Bouquet. HEX triplet: B9, 83 and 9D. RGB value is (185,131,157). Sum of RGB (Red+Green+Blue) = 185+131+157=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 185 - color contains mainly: red. Hex color #B9839D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9839D is #467C62. Grayscale: #969696. Windows color (decimal): -4619363 or 10322873. OLE color: 10322873.

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

Color convert

RGB185131157-
CMYK00.290.150.27
HSL331.11º27.84%61.96%-
HSV(B)331.11º29.19%72.55%-
XYZ34.2128.9835.69-
YUV150.11131.89152.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.11%
GREEN value IS 131 (51.56% from 255) = 27.70%
BLUE value IS 157 (61.72% from 255) = 33.19%
R=39.11%
G=27.70%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513115700.290.150.27331.1127.8461.96
HexB9839D01DF1B14b1c3e
Octal27120323503517335133476
Binary10111001100000111001110101110111111101110100101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9839D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9839D; }

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

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

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

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

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

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

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

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