#B985A6

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

Shades of Bouquet #B985A6

Tints of Bouquet #B985A6

Color information

#B985A6 (or 0xB985A6) is unknown color: approx Bouquet. HEX triplet: B9, 85 and A6. RGB value is (185,133,166). Sum of RGB (Red+Green+Blue) = 185+133+166=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 185 - color contains mainly: red. Hex color #B985A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B985A6 is #467A59. Grayscale: #989898. Windows color (decimal): -4618842 or 10913209. OLE color: 10913209.

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

Color convert

RGB185133166-
CMYK00.280.100.27
HSL321.92º27.08%62.35%-
HSV(B)321.92º28.11%72.55%-
XYZ35.2829.8439.98-
YUV152.31135.73151.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.22%
GREEN value IS 133 (52.34% from 255) = 27.48%
BLUE value IS 166 (65.23% from 255) = 34.30%
R=38.22%
G=27.48%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513316600.280.100.27321.9227.0862.35
HexB985A601CA1B1421b3e
Octal27120524603412335023376
Binary10111001100001011010011001110010101101110100001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B985A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B985A6; }

 p { color: rgb(185,133,166); }

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

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

 a { background-color: rgb(185,133,166); }

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

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

 span { border-color: rgb(185,133,166); }

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