#B56F99

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

Shades of Bouquet #B56F99

Tints of Bouquet #B56F99

Color information

#B56F99 (or 0xB56F99) is unknown color: approx Bouquet. HEX triplet: B5, 6F and 99. RGB value is (181,111,153). Sum of RGB (Red+Green+Blue) = 181+111+153=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B56F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56F99 is #4A9066. Grayscale: #888888. Windows color (decimal): -4886631 or 10055605. OLE color: 10055605.

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

Color convert

RGB181111153-
CMYK00.390.150.29
HSL324º32.11%57.25%-
HSV(B)324º38.67%70.98%-
XYZ30.4923.4933.06-
YUV136.72137.19159.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.67%
GREEN value IS 111 (43.75% from 255) = 24.94%
BLUE value IS 153 (60.16% from 255) = 34.38%
R=40.67%
G=24.94%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111115300.390.150.2932432.1157.25
HexB56F99027F1D1442039
Octal26515723104717355044071
Binary101101011101111100110010100111111111101101000100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56F99; }

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

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

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

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

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

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

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

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