#B56599

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

Shades of Bouquet #B56599

Tints of Bouquet #B56599

Color information

#B56599 (or 0xB56599) is unknown color: approx Bouquet. HEX triplet: B5, 65 and 99. RGB value is (181,101,153). Sum of RGB (Red+Green+Blue) = 181+101+153=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B56599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56599 is #4A9A66. Grayscale: #828282. Windows color (decimal): -4889191 or 10053045. OLE color: 10053045.

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

Color convert

RGB181101153-
CMYK00.440.150.29
HSL321º35.09%55.29%-
HSV(B)321º44.2%70.98%-
XYZ29.4621.4332.72-
YUV130.85140.5163.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.61%
GREEN value IS 101 (39.84% from 255) = 23.22%
BLUE value IS 153 (60.16% from 255) = 35.17%
R=41.61%
G=23.22%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110115300.440.150.2932135.0955.29
HexB5659902CF1D1412337
Octal26514523105417355014367
Binary101101011100101100110010101100111111101101000001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56599; }

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

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

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

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

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

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

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

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