#B5819D

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

Shades of Bouquet #B5819D

Tints of Bouquet #B5819D

Color information

#B5819D (or 0xB5819D) is unknown color: approx Bouquet. HEX triplet: B5, 81 and 9D. RGB value is (181,129,157). Sum of RGB (Red+Green+Blue) = 181+129+157=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B5819D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5819D is #4A7E62. Grayscale: #939393. Windows color (decimal): -4882019 or 10322357. OLE color: 10322357.

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

Color convert

RGB181129157-
CMYK00.290.130.29
HSL327.69º26%60.78%-
HSV(B)327.69º28.73%70.98%-
XYZ32.9927.9635.56-
YUV147.74133.23151.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.76%
GREEN value IS 129 (50.78% from 255) = 27.62%
BLUE value IS 157 (61.72% from 255) = 33.62%
R=38.76%
G=27.62%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112915700.290.130.29327.692660.78
HexB5819D01DD1D1481a3d
Octal26520123503515355103275
Binary10110101100000011001110101110111011110110100100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5819D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5819D; }

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

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

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

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

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

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

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

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