#B97AAA

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

Shades of Bouquet #B97AAA

Tints of Bouquet #B97AAA

Color information

#B97AAA (or 0xB97AAA) is unknown color: approx Bouquet. HEX triplet: B9, 7A and AA. RGB value is (185,122,170). Sum of RGB (Red+Green+Blue) = 185+122+170=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B97AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97AAA is #468555. Grayscale: #929292. Windows color (decimal): -4621654 or 11172537. OLE color: 11172537.

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

Color convert

RGB185122170-
CMYK00.340.080.27
HSL314.29º31.03%60.2%-
HSV(B)314.29º34.05%72.55%-
XYZ34.2227.1441.46-
YUV146.31141.37155.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.78%
GREEN value IS 122 (48.05% from 255) = 25.58%
BLUE value IS 170 (66.80% from 255) = 35.64%
R=38.78%
G=25.58%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512217000.340.080.27314.2931.0360.2
HexB97AAA02281B13a1f3c
Octal27117225204210334723774
Binary10111001111101010101010010001010001101110011101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97AAA; }

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

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

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

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

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

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

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

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