#B56799

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

Shades of Bouquet #B56799

Tints of Bouquet #B56799

Color information

#B56799 (or 0xB56799) is unknown color: approx Bouquet. HEX triplet: B5, 67 and 99. RGB value is (181,103,153). Sum of RGB (Red+Green+Blue) = 181+103+153=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B56799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56799 is #4A9866. Grayscale: #838383. Windows color (decimal): -4888679 or 10053557. OLE color: 10053557.

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

Color convert

RGB181103153-
CMYK00.430.150.29
HSL321.54º34.51%55.69%-
HSV(B)321.54º43.09%70.98%-
XYZ29.6621.8232.79-
YUV132.02139.84162.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.42%
GREEN value IS 103 (40.62% from 255) = 23.57%
BLUE value IS 153 (60.16% from 255) = 35.01%
R=41.42%
G=23.57%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110315300.430.150.29321.5434.5155.69
HexB5679902BF1D1422338
Octal26514723105317355024370
Binary101101011100111100110010101011111111101101000010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56799; }

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

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

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

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

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

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

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

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