#B9869F

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

Shades of Bouquet #B9869F

Tints of Bouquet #B9869F

Color information

#B9869F (or 0xB9869F) is unknown color: approx Bouquet. HEX triplet: B9, 86 and 9F. RGB value is (185,134,159). Sum of RGB (Red+Green+Blue) = 185+134+159=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B9869F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9869F is #467960. Grayscale: #989898. Windows color (decimal): -4618593 or 10454713. OLE color: 10454713.

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

Color convert

RGB185134159-
CMYK00.280.140.27
HSL330.59º26.7%62.55%-
HSV(B)330.59º27.57%72.55%-
XYZ34.7929.8736.73-
YUV152.1131.9151.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.70%
GREEN value IS 134 (52.73% from 255) = 28.03%
BLUE value IS 159 (62.5% from 255) = 33.26%
R=38.70%
G=28.03%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513415900.280.140.27330.5926.762.55
HexB9869F01CE1B14b1b3f
Octal27120623703416335133377
Binary10111001100001101001111101110011101101110100101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9869F; }

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

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

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

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

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

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

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

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