#B97598

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

Shades of Bouquet #B97598

Tints of Bouquet #B97598

Color information

#B97598 (or 0xB97598) is unknown color: approx Bouquet. HEX triplet: B9, 75 and 98. RGB value is (185,117,152). Sum of RGB (Red+Green+Blue) = 185+117+152=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B97598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97598 is #468A67. Grayscale: #8D8D8D. Windows color (decimal): -4622952 or 9991609. OLE color: 9991609.

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

Color convert

RGB185117152-
CMYK00.370.180.27
HSL329.12º32.69%59.22%-
HSV(B)329.12º36.76%72.55%-
XYZ32.0425.332.9-
YUV141.32134.03159.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.75%
GREEN value IS 117 (46.09% from 255) = 25.77%
BLUE value IS 152 (59.77% from 255) = 33.48%
R=40.75%
G=25.77%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511715200.370.180.27329.1232.6959.22
HexB97598025121B149213b
Octal27116523004522335114173
Binary1011100111101011001100001001011001011011101001001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97598; }

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

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

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

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

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

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

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

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