#B97FA5

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

Shades of Bouquet #B97FA5

Tints of Bouquet #B97FA5

Color information

#B97FA5 (or 0xB97FA5) is unknown color: approx Bouquet. HEX triplet: B9, 7F and A5. RGB value is (185,127,165). Sum of RGB (Red+Green+Blue) = 185+127+165=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 165 (64.84% from 255 or 34.59% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B97FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97FA5 is #46805A. Grayscale: #949494. Windows color (decimal): -4620379 or 10846137. OLE color: 10846137.

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

Color convert

RGB185127165-
CMYK00.310.110.27
HSL320.69º29.29%61.18%-
HSV(B)320.69º31.35%72.55%-
XYZ34.3928.2139.23-
YUV148.67137.22153.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.78%
GREEN value IS 127 (50% from 255) = 26.62%
BLUE value IS 165 (64.84% from 255) = 34.59%
R=38.78%
G=26.62%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512716500.310.110.27320.6929.2961.18
HexB97FA501FB1B1411d3d
Octal27117724503713335013575
Binary1011100111111111010010101111110111101110100000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97FA5; }

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

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

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

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

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

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

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

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