#B97A9B

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

Shades of Bouquet #B97A9B

Tints of Bouquet #B97A9B

Color information

#B97A9B (or 0xB97A9B) is unknown color: approx Bouquet. HEX triplet: B9, 7A and 9B. RGB value is (185,122,155). Sum of RGB (Red+Green+Blue) = 185+122+155=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B97A9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97A9B is #468564. Grayscale: #909090. Windows color (decimal): -4621669 or 10189497. OLE color: 10189497.

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

Color convert

RGB185122155-
CMYK00.340.160.27
HSL328.57º31.03%60.2%-
HSV(B)328.57º34.05%72.55%-
XYZ32.8826.634.41-
YUV144.6133.87156.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.04%
GREEN value IS 122 (48.05% from 255) = 26.41%
BLUE value IS 155 (60.94% from 255) = 33.55%
R=40.04%
G=26.41%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512215500.340.160.27328.5731.0360.2
HexB97A9B022101B1491f3c
Octal27117223304220335113774
Binary101110011111010100110110100010100001101110100100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97A9B; }

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

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

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

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

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

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

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

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