#B5689E

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

Shades of Bouquet #B5689E

Tints of Bouquet #B5689E

Color information

#B5689E (or 0xB5689E) is unknown color: approx Bouquet. HEX triplet: B5, 68 and 9E. RGB value is (181,104,158). Sum of RGB (Red+Green+Blue) = 181+104+158=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B5689E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5689E is #4A9761. Grayscale: #858585. Windows color (decimal): -4888418 or 10381493. OLE color: 10381493.

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

Color convert

RGB181104158-
CMYK00.430.130.29
HSL317.92º34.22%55.88%-
HSV(B)317.92º42.54%70.98%-
XYZ30.1822.1935.04-
YUV133.18142.01162.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.86%
GREEN value IS 104 (41.02% from 255) = 23.48%
BLUE value IS 158 (62.11% from 255) = 35.67%
R=40.86%
G=23.48%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110415800.430.130.29317.9234.2255.88
HexB5689E02BD1D13e2238
Octal26515023605315354764270
Binary101101011101000100111100101011110111101100111110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5689E; }

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

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

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

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

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

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

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

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