#B97698

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

Shades of Bouquet #B97698

Tints of Bouquet #B97698

Color information

#B97698 (or 0xB97698) is unknown color: approx Bouquet. HEX triplet: B9, 76 and 98. RGB value is (185,118,152). Sum of RGB (Red+Green+Blue) = 185+118+152=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B97698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97698 is #468967. Grayscale: #8D8D8D. Windows color (decimal): -4622696 or 9991865. OLE color: 9991865.

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

Color convert

RGB185118152-
CMYK00.360.180.27
HSL329.55º32.37%59.41%-
HSV(B)329.55º36.22%72.55%-
XYZ32.1525.5432.94-
YUV141.91133.7158.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.66%
GREEN value IS 118 (46.48% from 255) = 25.93%
BLUE value IS 152 (59.77% from 255) = 33.41%
R=40.66%
G=25.93%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511815200.360.180.27329.5532.3759.41
HexB97698024121B14a203b
Octal27116623004422335124073
Binary1011100111101101001100001001001001011011101001010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97698; }

 p { color: rgb(185,118,152); }

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

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

 a { background-color: rgb(185,118,152); }

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

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

 span { border-color: rgb(185,118,152); }

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