#B97A9C

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

Shades of Bouquet #B97A9C

Tints of Bouquet #B97A9C

Color information

#B97A9C (or 0xB97A9C) is unknown color: approx Bouquet. HEX triplet: B9, 7A and 9C. RGB value is (185,122,156). Sum of RGB (Red+Green+Blue) = 185+122+156=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B97A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97A9C is #468563. Grayscale: #909090. Windows color (decimal): -4621668 or 10255033. OLE color: 10255033.

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

Color convert

RGB185122156-
CMYK00.340.160.27
HSL327.62º31.03%60.2%-
HSV(B)327.62º34.05%72.55%-
XYZ32.9726.6334.86-
YUV144.71134.37156.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.96%
GREEN value IS 122 (48.05% from 255) = 26.35%
BLUE value IS 156 (61.33% from 255) = 33.69%
R=39.96%
G=26.35%
B=33.69%

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
Decimal18512215600.340.160.27327.6231.0360.2
HexB97A9C022101B1481f3c
Octal27117223404220335103774
Binary101110011111010100111000100010100001101110100100011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97A9C; }

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

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

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

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

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

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

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

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