#B5799E

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

Shades of Bouquet #B5799E

Tints of Bouquet #B5799E

Color information

#B5799E (or 0xB5799E) is unknown color: approx Bouquet. HEX triplet: B5, 79 and 9E. RGB value is (181,121,158). Sum of RGB (Red+Green+Blue) = 181+121+158=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 158 (62.11% from 255 or 34.35% from 460); Max value from RGB is 181 - color contains mainly: red. Hex color #B5799E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5799E is #4A8661. Grayscale: #8F8F8F. Windows color (decimal): -4884066 or 10385845. OLE color: 10385845.

HSL color Cylindrical-coordinate representation of color #B5799E: hue angle of 323º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5799E is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB181121158-
CMYK00.330.130.29
HSL323º28.85%59.22%-
HSV(B)323º33.15%70.98%-
XYZ32.0625.9735.67-
YUV143.16136.38154.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.35%
GREEN value IS 121 (47.66% from 255) = 26.30%
BLUE value IS 158 (62.11% from 255) = 34.35%
R=39.35%
G=26.30%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112115800.330.130.2932328.8559.22
HexB5799E021D1D1431d3b
Octal26517123604115355033573
Binary10110101111100110011110010000111011110110100001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5799E; }

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

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

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

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

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

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

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

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