#B5819A

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

Shades of Bouquet #B5819A

Tints of Bouquet #B5819A

Color information

#B5819A (or 0xB5819A) is unknown color: approx Bouquet. HEX triplet: B5, 81 and 9A. RGB value is (181,129,154). Sum of RGB (Red+Green+Blue) = 181+129+154=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 181 - color contains mainly: red. Hex color #B5819A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5819A is #4A7E65. Grayscale: #939393. Windows color (decimal): -4882022 or 10125749. OLE color: 10125749.

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

Color convert

RGB181129154-
CMYK00.290.150.29
HSL331.15º26%60.78%-
HSV(B)331.15º28.73%70.98%-
XYZ32.7427.8634.22-
YUV147.4131.73151.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.01%
GREEN value IS 129 (50.78% from 255) = 27.80%
BLUE value IS 154 (60.55% from 255) = 33.19%
R=39.01%
G=27.80%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112915400.290.150.29331.152660.78
HexB5819A01DF1D14b1a3d
Octal26520123203517355133275
Binary10110101100000011001101001110111111110110100101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5819A; }

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

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

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

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

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

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

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

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