#b97a9a

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

Shades of Bouquet #B97A9A

Tints of Bouquet #B97A9A

Color information

#B97A9A (or 0xB97A9A) is unknown color: approx Bouquet. HEX triplet: B9, 7A and 9A. RGB value is (185,122,154). Sum of RGB (Red+Green+Blue) = 185+122+154=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 185 - color contains mainly: red. Hex color #B97A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97A9A is #468565. Grayscale: #909090. Windows color (decimal): -4621670 or 10123961. OLE color: 10123961.

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

Color convert

RGB185122154-
CMYK00.340.170.27
HSL329.52º31.03%60.2%-
HSV(B)329.52º34.05%72.55%-
XYZ32.826.5733.97-
YUV144.48133.37156.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.13%
GREEN value IS 122 (48.05% from 255) = 26.46%
BLUE value IS 154 (60.55% from 255) = 33.41%
R=40.13%
G=26.46%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512215400.340.170.27329.5231.0360.2
HexB97A9A022111B14a1f3c
Octal27117223204221335123774
Binary101110011111010100110100100010100011101110100101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b97a9a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b97a9a; }

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

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

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

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

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

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

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

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