#B56B9F

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

Shades of Bouquet #B56B9F

Tints of Bouquet #B56B9F

Color information

#B56B9F (or 0xB56B9F) is unknown color: approx Bouquet. HEX triplet: B5, 6B and 9F. RGB value is (181,107,159). Sum of RGB (Red+Green+Blue) = 181+107+159=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 181 - color contains mainly: red. Hex color #B56B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56B9F is #4A9460. Grayscale: #868686. Windows color (decimal): -4887649 or 10447797. OLE color: 10447797.

HSL color Cylindrical-coordinate representation of color #B56B9F: hue angle of 317.84º degrees, saturation: 0.33, 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 #B56B9F is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB181107159-
CMYK00.410.120.29
HSL317.84º33.33%56.47%-
HSV(B)317.84º40.88%70.98%-
XYZ30.5722.8435.6-
YUV135.05141.52160.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.49%
GREEN value IS 107 (42.19% from 255) = 23.94%
BLUE value IS 159 (62.5% from 255) = 35.57%
R=40.49%
G=23.94%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110715900.410.120.29317.8433.3356.47
HexB56B9F029C1D13e2138
Octal26515323705114354764170
Binary101101011101011100111110101001110011101100111110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56B9F; }

 p { color: rgb(181,107,159); }

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

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

 a { background-color: rgb(181,107,159); }

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

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

 span { border-color: rgb(181,107,159); }

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