#B5819F

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

Shades of Bouquet #B5819F

Tints of Bouquet #B5819F

Color information

#B5819F (or 0xB5819F) is unknown color: approx Bouquet. HEX triplet: B5, 81 and 9F. RGB value is (181,129,159). Sum of RGB (Red+Green+Blue) = 181+129+159=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 181 - color contains mainly: red. Hex color #B5819F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5819F is #4A7E60. Grayscale: #939393. Windows color (decimal): -4882017 or 10453429. OLE color: 10453429.

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

Color convert

RGB181129159-
CMYK00.290.120.29
HSL325.38º26%60.78%-
HSV(B)325.38º28.73%70.98%-
XYZ33.1628.0336.46-
YUV147.97134.23151.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.59%
GREEN value IS 129 (50.78% from 255) = 27.51%
BLUE value IS 159 (62.5% from 255) = 33.90%
R=38.59%
G=27.51%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112915900.290.120.29325.382660.78
HexB5819F01DC1D1451a3d
Octal26520123703514355053275
Binary10110101100000011001111101110111001110110100010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5819F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5819F; }

 p { color: rgb(181,129,159); }

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

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

 a { background-color: rgb(181,129,159); }

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

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

 span { border-color: rgb(181,129,159); }

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