#B5689F

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

Shades of Bouquet #B5689F

Tints of Bouquet #B5689F

Color information

#B5689F (or 0xB5689F) is unknown color: approx Bouquet. HEX triplet: B5, 68 and 9F. RGB value is (181,104,159). Sum of RGB (Red+Green+Blue) = 181+104+159=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B5689F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5689F is #4A9760. Grayscale: #858585. Windows color (decimal): -4888417 or 10447029. OLE color: 10447029.

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

Color convert

RGB181104159-
CMYK00.430.120.29
HSL317.14º34.22%55.88%-
HSV(B)317.14º42.54%70.98%-
XYZ30.2622.2335.5-
YUV133.29142.51162.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.77%
GREEN value IS 104 (41.02% from 255) = 23.42%
BLUE value IS 159 (62.5% from 255) = 35.81%
R=40.77%
G=23.42%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110415900.430.120.29317.1434.2255.88
HexB5689F02BC1D13d2238
Octal26515023705314354754270
Binary101101011101000100111110101011110011101100111101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5689F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5689F; }

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

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

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

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

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

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

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

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