#B56A97

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

Shades of Bouquet #B56A97

Tints of Bouquet #B56A97

Color information

#B56A97 (or 0xB56A97) is unknown color: approx Bouquet. HEX triplet: B5, 6A and 97. RGB value is (181,106,151). Sum of RGB (Red+Green+Blue) = 181+106+151=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 106 (41.80% from 255 or 24.20% from 438); Blue value is 151 (59.38% from 255 or 34.47% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56A97 is #4A9568. Grayscale: #858585. Windows color (decimal): -4887913 or 9923253. OLE color: 9923253.

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

Color convert

RGB181106151-
CMYK00.410.170.29
HSL324º33.63%56.27%-
HSV(B)324º41.44%70.98%-
XYZ29.822.3732.02-
YUV133.56137.85161.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.32%
GREEN value IS 106 (41.80% from 255) = 24.20%
BLUE value IS 151 (59.38% from 255) = 34.47%
R=41.32%
G=24.20%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110615100.410.170.2932433.6356.27
HexB56A97029111D1442238
Octal26515222705121355044270
Binary1011010111010101001011101010011000111101101000100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56A97; }

 p { color: rgb(181,106,151); }

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

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

 a { background-color: rgb(181,106,151); }

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

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

 span { border-color: rgb(181,106,151); }

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