#B56F9B

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

Shades of Bouquet #B56F9B

Tints of Bouquet #B56F9B

Color information

#B56F9B (or 0xB56F9B) is unknown color: approx Bouquet. HEX triplet: B5, 6F and 9B. RGB value is (181,111,155). Sum of RGB (Red+Green+Blue) = 181+111+155=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 181 - color contains mainly: red. Hex color #B56F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56F9B is #4A9064. Grayscale: #888888. Windows color (decimal): -4886629 or 10186677. OLE color: 10186677.

HSL color Cylindrical-coordinate representation of color #B56F9B: hue angle of 322.29º 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 #B56F9B is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB181111155-
CMYK00.390.140.29
HSL322.29º32.11%57.25%-
HSV(B)322.29º38.67%70.98%-
XYZ30.6623.5633.94-
YUV136.95138.19159.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.49%
GREEN value IS 111 (43.75% from 255) = 24.83%
BLUE value IS 155 (60.94% from 255) = 34.68%
R=40.49%
G=24.83%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111115500.390.140.29322.2932.1157.25
HexB56F9B027E1D1422039
Octal26515723304716355024071
Binary101101011101111100110110100111111011101101000010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56F9B; }

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

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

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

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

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

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

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

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