#B5659A

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

Shades of Bouquet #B5659A

Tints of Bouquet #B5659A

Color information

#B5659A (or 0xB5659A) is unknown color: approx Bouquet. HEX triplet: B5, 65 and 9A. RGB value is (181,101,154). Sum of RGB (Red+Green+Blue) = 181+101+154=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B5659A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5659A is #4A9A65. Grayscale: #828282. Windows color (decimal): -4889190 or 10118581. OLE color: 10118581.

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

Color convert

RGB181101154-
CMYK00.440.150.29
HSL320.25º35.09%55.29%-
HSV(B)320.25º44.2%70.98%-
XYZ29.5421.4633.16-
YUV130.96141163.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.51%
GREEN value IS 101 (39.84% from 255) = 23.17%
BLUE value IS 154 (60.55% from 255) = 35.32%
R=41.51%
G=23.17%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110115400.440.150.29320.2535.0955.29
HexB5659A02CF1D1402337
Octal26514523205417355004367
Binary101101011100101100110100101100111111101101000000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5659A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5659A; }

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

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

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

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

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

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

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

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