#B5689B

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

Shades of Bouquet #B5689B

Tints of Bouquet #B5689B

Color information

#B5689B (or 0xB5689B) is unknown color: approx Bouquet. HEX triplet: B5, 68 and 9B. RGB value is (181,104,155). Sum of RGB (Red+Green+Blue) = 181+104+155=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B5689B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5689B is #4A9764. Grayscale: #848484. Windows color (decimal): -4888421 or 10184885. OLE color: 10184885.

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

Color convert

RGB181104155-
CMYK00.430.140.29
HSL320.26º34.22%55.88%-
HSV(B)320.26º42.54%70.98%-
XYZ29.9222.0933.7-
YUV132.84140.51162.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.14%
GREEN value IS 104 (41.02% from 255) = 23.64%
BLUE value IS 155 (60.94% from 255) = 35.23%
R=41.14%
G=23.64%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110415500.430.140.29320.2634.2255.88
HexB5689B02BE1D1402238
Octal26515023305316355004270
Binary101101011101000100110110101011111011101101000000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5689B; }

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

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

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

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

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

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

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

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