#B5849A

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

Shades of Bouquet #B5849A

Tints of Bouquet #B5849A

Color information

#B5849A (or 0xB5849A) is unknown color: approx Bouquet. HEX triplet: B5, 84 and 9A. RGB value is (181,132,154). Sum of RGB (Red+Green+Blue) = 181+132+154=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B5849A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5849A is #4A7B65. Grayscale: #959595. Windows color (decimal): -4881254 or 10126517. OLE color: 10126517.

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

Color convert

RGB181132154-
CMYK00.270.150.29
HSL333.06º24.87%61.37%-
HSV(B)333.06º27.07%70.98%-
XYZ33.1428.6634.36-
YUV149.16130.73150.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.76%
GREEN value IS 132 (51.95% from 255) = 28.27%
BLUE value IS 154 (60.55% from 255) = 32.98%
R=38.76%
G=28.27%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113215400.270.150.29333.0624.8761.37
HexB5849A01BF1D14d193d
Octal26520423203317355153175
Binary10110101100001001001101001101111111110110100110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5849A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5849A; }

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

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

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

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

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

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

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

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