#B97897

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

Shades of Bouquet #B97897

Tints of Bouquet #B97897

Color information

#B97897 (or 0xB97897) is unknown color: approx Bouquet. HEX triplet: B9, 78 and 97. RGB value is (185,120,151). Sum of RGB (Red+Green+Blue) = 185+120+151=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 151 (59.38% from 255 or 33.11% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B97897 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97897 is #468768. Grayscale: #8E8E8E. Windows color (decimal): -4622185 or 9926841. OLE color: 9926841.

HSL color Cylindrical-coordinate representation of color #B97897: hue angle of 331.38º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B97897 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB185120151-
CMYK00.350.180.27
HSL331.38º31.71%59.8%-
HSV(B)331.38º35.14%72.55%-
XYZ32.3125.9832.59-
YUV142.97132.53157.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.57%
GREEN value IS 120 (47.27% from 255) = 26.32%
BLUE value IS 151 (59.38% from 255) = 33.11%
R=40.57%
G=26.32%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512015100.350.180.27331.3831.7159.8
HexB97897023121B14b203c
Octal27117022704322335134074
Binary1011100111110001001011101000111001011011101001011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97897; }

 p { color: rgb(185,120,151); }

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

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

 a { background-color: rgb(185,120,151); }

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

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

 span { border-color: rgb(185,120,151); }

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