#B9839C

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

Shades of Bouquet #B9839C

Tints of Bouquet #B9839C

Color information

#B9839C (or 0xB9839C) is unknown color: approx Bouquet. HEX triplet: B9, 83 and 9C. RGB value is (185,131,156). Sum of RGB (Red+Green+Blue) = 185+131+156=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 185 - color contains mainly: red. Hex color #B9839C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9839C is #467C63. Grayscale: #959595. Windows color (decimal): -4619364 or 10257337. OLE color: 10257337.

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

Color convert

RGB185131156-
CMYK00.290.160.27
HSL332.22º27.84%61.96%-
HSV(B)332.22º29.19%72.55%-
XYZ34.1228.9535.24-
YUV150131.39152.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.19%
GREEN value IS 131 (51.56% from 255) = 27.75%
BLUE value IS 156 (61.33% from 255) = 33.05%
R=39.19%
G=27.75%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513115600.290.160.27332.2227.8461.96
HexB9839C01D101B14c1c3e
Octal27120323403520335143476
Binary101110011000001110011100011101100001101110100110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9839C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9839C; }

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

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

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

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

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

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

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

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