#B97BA1

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

Shades of Bouquet #B97BA1

Tints of Bouquet #B97BA1

Color information

#B97BA1 (or 0xB97BA1) is unknown color: approx Bouquet. HEX triplet: B9, 7B and A1. RGB value is (185,123,161). Sum of RGB (Red+Green+Blue) = 185+123+161=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 185 - color contains mainly: red. Hex color #B97BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97BA1 is #46845E. Grayscale: #919191. Windows color (decimal): -4621407 or 10582969. OLE color: 10582969.

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

Color convert

RGB185123161-
CMYK00.340.130.27
HSL323.23º30.69%60.39%-
HSV(B)323.23º33.51%72.55%-
XYZ33.5227.0537.17-
YUV145.87136.54155.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.45%
GREEN value IS 123 (48.44% from 255) = 26.23%
BLUE value IS 161 (63.28% from 255) = 34.33%
R=39.45%
G=26.23%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512316100.340.130.27323.2330.6960.39
HexB97BA1022D1B1431f3c
Octal27117324104215335033774
Binary10111001111101110100001010001011011101110100001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97BA1; }

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

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

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

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

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

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

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

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