#B97BA0

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

Shades of Bouquet #B97BA0

Tints of Bouquet #B97BA0

Color information

#B97BA0 (or 0xB97BA0) is unknown color: approx Bouquet. HEX triplet: B9, 7B and A0. RGB value is (185,123,160). Sum of RGB (Red+Green+Blue) = 185+123+160=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 185 - color contains mainly: red. Hex color #B97BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97BA0 is #46845F. Grayscale: #919191. Windows color (decimal): -4621408 or 10517433. OLE color: 10517433.

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

Color convert

RGB185123160-
CMYK00.340.140.27
HSL324.19º30.69%60.39%-
HSV(B)324.19º33.51%72.55%-
XYZ33.4427.0236.71-
YUV145.76136.04155.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.53%
GREEN value IS 123 (48.44% from 255) = 26.28%
BLUE value IS 160 (62.89% from 255) = 34.19%
R=39.53%
G=26.28%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512316000.340.140.27324.1930.6960.39
HexB97BA0022E1B1441f3c
Octal27117324004216335043774
Binary10111001111101110100000010001011101101110100010011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97BA0; }

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

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

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

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

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

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

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

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