#B4849A

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

Shades of Bouquet #B4849A

Tints of Bouquet #B4849A

Color information

#B4849A (or 0xB4849A) is unknown color: approx Bouquet. HEX triplet: B4, 84 and 9A. RGB value is (180,132,154). Sum of RGB (Red+Green+Blue) = 180+132+154=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B4849A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4849A is #4B7B65. Grayscale: #949494. Windows color (decimal): -4946790 or 10126516. OLE color: 10126516.

HSL color Cylindrical-coordinate representation of color #B4849A: hue angle of 332.5º degrees, saturation: 0.24, 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 #B4849A is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB180132154-
CMYK00.270.140.29
HSL332.5º24.24%61.18%-
HSV(B)332.5º26.67%70.59%-
XYZ32.9128.5434.35-
YUV148.86130.9150.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.63%
GREEN value IS 132 (51.95% from 255) = 28.33%
BLUE value IS 154 (60.55% from 255) = 33.05%
R=38.63%
G=28.33%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013215400.270.140.29332.524.2461.18
HexB4849A01BE1D14c183d
Octal26420423203316355143075
Binary10110100100001001001101001101111101110110100110011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4849A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4849A; }

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

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

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

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

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

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

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

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