#B4649A

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

Shades of Bouquet #B4649A

Tints of Bouquet #B4649A

Color information

#B4649A (or 0xB4649A) is unknown color: approx Bouquet. HEX triplet: B4, 64 and 9A. RGB value is (180,100,154). Sum of RGB (Red+Green+Blue) = 180+100+154=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B4649A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4649A is #4B9B65. Grayscale: #818181. Windows color (decimal): -4954982 or 10118324. OLE color: 10118324.

HSL color Cylindrical-coordinate representation of color #B4649A: hue angle of 319.5º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B4649A is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB180100154-
CMYK00.440.140.29
HSL319.5º34.78%54.9%-
HSV(B)319.5º44.44%70.59%-
XYZ29.2121.1533.11-
YUV130.08141.5163.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 100 (39.45% from 255) = 23.04%
BLUE value IS 154 (60.55% from 255) = 35.48%
R=41.47%
G=23.04%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010015400.440.140.29319.534.7854.9
HexB4649A02CE1D1402337
Octal26414423205416355004367
Binary101101001100100100110100101100111011101101000000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4649A; }

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

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

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

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

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

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

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

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