#B9839F

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

Shades of Bouquet #B9839F

Tints of Bouquet #B9839F

Color information

#B9839F (or 0xB9839F) is unknown color: approx Bouquet. HEX triplet: B9, 83 and 9F. RGB value is (185,131,159). Sum of RGB (Red+Green+Blue) = 185+131+159=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B9839F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9839F is #467C60. Grayscale: #969696. Windows color (decimal): -4619361 or 10453945. OLE color: 10453945.

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

Color convert

RGB185131159-
CMYK00.290.140.27
HSL328.89º27.84%61.96%-
HSV(B)328.89º29.19%72.55%-
XYZ34.3829.0536.6-
YUV150.34132.89152.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.95%
GREEN value IS 131 (51.56% from 255) = 27.58%
BLUE value IS 159 (62.5% from 255) = 33.47%
R=38.95%
G=27.58%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513115900.290.140.27328.8927.8461.96
HexB9839F01DE1B1491c3e
Octal27120323703516335113476
Binary10111001100000111001111101110111101101110100100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9839F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9839F; }

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

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

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

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

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

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

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

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