#BF85A5

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

Shades of Bouquet #BF85A5

Tints of Bouquet #BF85A5

Color information

#BF85A5 (or 0xBF85A5) is unknown color: approx Bouquet. HEX triplet: BF, 85 and A5. RGB value is (191,133,165). Sum of RGB (Red+Green+Blue) = 191+133+165=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 165 (64.84% from 255 or 33.74% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BF85A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF85A5 is #407A5A. Grayscale: #999999. Windows color (decimal): -4225627 or 10847679. OLE color: 10847679.

HSL color Cylindrical-coordinate representation of color #BF85A5: hue angle of 326.9º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF85A5 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB191133165-
CMYK00.300.140.25
HSL326.9º31.18%63.53%-
HSV(B)326.9º30.37%74.9%-
XYZ36.6630.5739.57-
YUV153.99134.22154.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.06%
GREEN value IS 133 (52.34% from 255) = 27.20%
BLUE value IS 165 (64.84% from 255) = 33.74%
R=39.06%
G=27.20%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113316500.300.140.25326.931.1863.53
HexBF85A501EE191471f40
Octal277205245036163150737100
Binary101111111000010110100101011110111011001101000111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF85A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF85A5; }

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

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

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

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

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

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

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

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