#B97BA9

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

Shades of Bouquet #B97BA9

Tints of Bouquet #B97BA9

Color information

#B97BA9 (or 0xB97BA9) is unknown color: approx Bouquet. HEX triplet: B9, 7B and A9. RGB value is (185,123,169). Sum of RGB (Red+Green+Blue) = 185+123+169=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 169 (66.41% from 255 or 35.43% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B97BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97BA9 is #468456. Grayscale: #929292. Windows color (decimal): -4621399 or 11107257. OLE color: 11107257.

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

Color convert

RGB185123169-
CMYK00.340.090.27
HSL315.48º30.69%60.39%-
HSV(B)315.48º33.51%72.55%-
XYZ34.2527.3441.01-
YUV146.78140.54155.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.78%
GREEN value IS 123 (48.44% from 255) = 25.79%
BLUE value IS 169 (66.41% from 255) = 35.43%
R=38.78%
G=25.79%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512316900.340.090.27315.4830.6960.39
HexB97BA902291B13b1f3c
Octal27117325104211334733774
Binary10111001111101110101001010001010011101110011101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97BA9; }

 p { color: rgb(185,123,169); }

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

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

 a { background-color: rgb(185,123,169); }

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

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

 span { border-color: rgb(185,123,169); }

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