#B985A5

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

Shades of Bouquet #B985A5

Tints of Bouquet #B985A5

Color information

#B985A5 (or 0xB985A5) is unknown color: approx Bouquet. HEX triplet: B9, 85 and A5. RGB value is (185,133,165). Sum of RGB (Red+Green+Blue) = 185+133+165=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 165 (64.84% from 255 or 34.16% from 483); Max value from RGB is 185 - color contains mainly: red. Hex color #B985A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B985A5 is #467A5A. Grayscale: #989898. Windows color (decimal): -4618843 or 10847673. OLE color: 10847673.

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

Color convert

RGB185133165-
CMYK00.280.110.27
HSL323.08º27.08%62.35%-
HSV(B)323.08º28.11%72.55%-
XYZ35.1929.8139.5-
YUV152.2135.23151.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.30%
GREEN value IS 133 (52.34% from 255) = 27.54%
BLUE value IS 165 (64.84% from 255) = 34.16%
R=38.30%
G=27.54%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513316500.280.110.27323.0827.0862.35
HexB985A501CB1B1431b3e
Octal27120524503413335033376
Binary10111001100001011010010101110010111101110100001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B985A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B985A5; }

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

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

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

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

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

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

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

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