#B58099

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

Shades of Bouquet #B58099

Tints of Bouquet #B58099

Color information

#B58099 (or 0xB58099) is unknown color: approx Bouquet. HEX triplet: B5, 80 and 99. RGB value is (181,128,153). Sum of RGB (Red+Green+Blue) = 181+128+153=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 181 - color contains mainly: red. Hex color #B58099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58099 is #4A7F66. Grayscale: #929292. Windows color (decimal): -4882279 or 10059957. OLE color: 10059957.

HSL color Cylindrical-coordinate representation of color #B58099: hue angle of 331.7º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B58099 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB181128153-
CMYK00.290.150.29
HSL331.7º26.37%60.59%-
HSV(B)331.7º29.28%70.98%-
XYZ32.5227.5633.74-
YUV146.7131.56152.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.18%
GREEN value IS 128 (50.39% from 255) = 27.71%
BLUE value IS 153 (60.16% from 255) = 33.12%
R=39.18%
G=27.71%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112815300.290.150.29331.726.3760.59
HexB5809901DF1D14c1a3d
Octal26520023103517355143275
Binary10110101100000001001100101110111111110110100110011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58099; }

 p { color: rgb(181,128,153); }

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

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

 a { background-color: rgb(181,128,153); }

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

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

 span { border-color: rgb(181,128,153); }

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