#B56996

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

Shades of Bouquet #B56996

Tints of Bouquet #B56996

Color information

#B56996 (or 0xB56996) is unknown color: approx Bouquet. HEX triplet: B5, 69 and 96. RGB value is (181,105,150). Sum of RGB (Red+Green+Blue) = 181+105+150=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B56996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56996 is #4A9669. Grayscale: #848484. Windows color (decimal): -4888170 or 9857461. OLE color: 9857461.

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

Color convert

RGB181105150-
CMYK00.420.170.29
HSL324.47º33.93%56.08%-
HSV(B)324.47º41.99%70.98%-
XYZ29.6122.1331.56-
YUV132.85137.68162.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.51%
GREEN value IS 105 (41.41% from 255) = 24.08%
BLUE value IS 150 (58.98% from 255) = 34.40%
R=41.51%
G=24.08%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110515000.420.170.29324.4733.9356.08
HexB5699602A111D1442238
Octal26515122605221355044270
Binary1011010111010011001011001010101000111101101000100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56996; }

 p { color: rgb(181,105,150); }

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

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

 a { background-color: rgb(181,105,150); }

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

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

 span { border-color: rgb(181,105,150); }

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