#B97AA1

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

Shades of Bouquet #B97AA1

Tints of Bouquet #B97AA1

Color information

#B97AA1 (or 0xB97AA1) is unknown color: approx Bouquet. HEX triplet: B9, 7A and A1. RGB value is (185,122,161). Sum of RGB (Red+Green+Blue) = 185+122+161=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 185 - color contains mainly: red. Hex color #B97AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97AA1 is #46855E. Grayscale: #919191. Windows color (decimal): -4621663 or 10582713. OLE color: 10582713.

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

Color convert

RGB185122161-
CMYK00.340.130.27
HSL322.86º31.03%60.2%-
HSV(B)322.86º34.05%72.55%-
XYZ33.426.8137.13-
YUV145.28136.87156.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.53%
GREEN value IS 122 (48.05% from 255) = 26.07%
BLUE value IS 161 (63.28% from 255) = 34.40%
R=39.53%
G=26.07%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512216100.340.130.27322.8631.0360.2
HexB97AA1022D1B1431f3c
Octal27117224104215335033774
Binary10111001111101010100001010001011011101110100001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97AA1; }

 p { color: rgb(185,122,161); }

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

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

 a { background-color: rgb(185,122,161); }

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

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

 span { border-color: rgb(185,122,161); }

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