#B57098

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

Shades of Bouquet #B57098

Tints of Bouquet #B57098

Color information

#B57098 (or 0xB57098) is unknown color: approx Bouquet. HEX triplet: B5, 70 and 98. RGB value is (181,112,152). Sum of RGB (Red+Green+Blue) = 181+112+152=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B57098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57098 is #4A8F67. Grayscale: #898989. Windows color (decimal): -4886376 or 9990325. OLE color: 9990325.

HSL color Cylindrical-coordinate representation of color #B57098: hue angle of 325.22º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B57098 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB181112152-
CMYK00.380.160.29
HSL325.22º31.8%57.45%-
HSV(B)325.22º38.12%70.98%-
XYZ30.5223.6832.67-
YUV137.19136.36159.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.67%
GREEN value IS 112 (44.14% from 255) = 25.17%
BLUE value IS 152 (59.77% from 255) = 34.16%
R=40.67%
G=25.17%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111215200.380.160.29325.2231.857.45
HexB57098026101D1452039
Octal26516023004620355054071
Binary1011010111100001001100001001101000011101101000101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57098; }

 p { color: rgb(181,112,152); }

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

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

 a { background-color: rgb(181,112,152); }

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

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

 span { border-color: rgb(181,112,152); }

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