#B5639A

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

Shades of Bouquet #B5639A

Tints of Bouquet #B5639A

Color information

#B5639A (or 0xB5639A) is unknown color: approx Bouquet. HEX triplet: B5, 63 and 9A. RGB value is (181,99,154). Sum of RGB (Red+Green+Blue) = 181+99+154=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B5639A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5639A is #4A9C65. Grayscale: #818181. Windows color (decimal): -4889702 or 10118069. OLE color: 10118069.

HSL color Cylindrical-coordinate representation of color #B5639A: hue angle of 319.76º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5639A is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB18199154-
CMYK00.450.150.29
HSL319.76º35.65%54.9%-
HSV(B)319.76º45.3%70.98%-
XYZ29.3521.0833.09-
YUV129.79141.67164.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.71%
GREEN value IS 99 (39.06% from 255) = 22.81%
BLUE value IS 154 (60.55% from 255) = 35.48%
R=41.71%
G=22.81%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819915400.450.150.29319.7635.6554.9
HexB5639A02DF1D1402437
Octal26514323205517355004467
Binary101101011100011100110100101101111111101101000000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5639A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5639A; }

 p { color: rgb(181,99,154); }

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

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

 a { background-color: rgb(181,99,154); }

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

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

 span { border-color: rgb(181,99,154); }

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