#B97FA0

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

Shades of Bouquet #B97FA0

Tints of Bouquet #B97FA0

Color information

#B97FA0 (or 0xB97FA0) is unknown color: approx Bouquet. HEX triplet: B9, 7F and A0. RGB value is (185,127,160). Sum of RGB (Red+Green+Blue) = 185+127+160=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 185 - color contains mainly: red. Hex color #B97FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97FA0 is #46805F. Grayscale: #949494. Windows color (decimal): -4620384 or 10518457. OLE color: 10518457.

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

Color convert

RGB185127160-
CMYK00.310.140.27
HSL325.86º29.29%61.18%-
HSV(B)325.86º31.35%72.55%-
XYZ33.9428.0336.88-
YUV148.1134.72154.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.19%
GREEN value IS 127 (50% from 255) = 26.91%
BLUE value IS 160 (62.89% from 255) = 33.90%
R=39.19%
G=26.91%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512716000.310.140.27325.8629.2961.18
HexB97FA001FE1B1461d3d
Octal27117724003716335063575
Binary1011100111111111010000001111111101101110100011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97FA0; }

 p { color: rgb(185,127,160); }

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

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

 a { background-color: rgb(185,127,160); }

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

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

 span { border-color: rgb(185,127,160); }

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