#B58299

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

Shades of Bouquet #B58299

Tints of Bouquet #B58299

Color information

#B58299 (or 0xB58299) is unknown color: approx Bouquet. HEX triplet: B5, 82 and 99. RGB value is (181,130,153). Sum of RGB (Red+Green+Blue) = 181+130+153=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 181 - color contains mainly: red. Hex color #B58299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58299 is #4A7D66. Grayscale: #939393. Windows color (decimal): -4881767 or 10060469. OLE color: 10060469.

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

Color convert

RGB181130153-
CMYK00.280.150.29
HSL332.94º25.63%60.98%-
HSV(B)332.94º28.18%70.98%-
XYZ32.7928.0933.83-
YUV147.87130.9151.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.01%
GREEN value IS 130 (51.17% from 255) = 28.02%
BLUE value IS 153 (60.16% from 255) = 32.97%
R=39.01%
G=28.02%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113015300.280.150.29332.9425.6360.98
HexB5829901CF1D14d1a3d
Octal26520223103417355153275
Binary10110101100000101001100101110011111110110100110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58299; }

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

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

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

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

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

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

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

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