#B6899F

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

Shades of Bouquet #B6899F

Tints of Bouquet #B6899F

Color information

#B6899F (or 0xB6899F) is unknown color: approx Bouquet. HEX triplet: B6, 89 and 9F. RGB value is (182,137,159). Sum of RGB (Red+Green+Blue) = 182+137+159=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 182 - color contains mainly: red. Hex color #B6899F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6899F is #497660. Grayscale: #989898. Windows color (decimal): -4814433 or 10455478. OLE color: 10455478.

HSL color Cylindrical-coordinate representation of color #B6899F: hue angle of 330.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6899F is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB182137159-
CMYK00.250.130.29
HSL330.67º23.56%62.55%-
HSV(B)330.67º24.73%71.37%-
XYZ34.530.3436.84-
YUV152.96131.41148.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.08%
GREEN value IS 137 (53.91% from 255) = 28.66%
BLUE value IS 159 (62.5% from 255) = 33.26%
R=38.08%
G=28.66%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213715900.250.130.29330.6723.5662.55
HexB6899F019D1D14b183f
Octal26621123703115355133077
Binary10110110100010011001111101100111011110110100101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6899F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6899F; }

 p { color: rgb(182,137,159); }

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

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

 a { background-color: rgb(182,137,159); }

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

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

 span { border-color: rgb(182,137,159); }

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