#B479A9

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

Shades of Bouquet #B479A9

Tints of Bouquet #B479A9

Color information

#B479A9 (or 0xB479A9) is unknown color: approx Bouquet. HEX triplet: B4, 79 and A9. RGB value is (180,121,169). Sum of RGB (Red+Green+Blue) = 180+121+169=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 169 (66.41% from 255 or 35.96% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B479A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B479A9 is #4B8656. Grayscale: #8F8F8F. Windows color (decimal): -4949591 or 11106740. OLE color: 11106740.

HSL color Cylindrical-coordinate representation of color #B479A9: hue angle of 311.19º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B479A9 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB180121169-
CMYK00.330.060.29
HSL311.19º28.23%59.02%-
HSV(B)311.19º32.78%70.59%-
XYZ32.8226.2440.87-
YUV144.11142.05153.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.30%
GREEN value IS 121 (47.66% from 255) = 25.74%
BLUE value IS 169 (66.41% from 255) = 35.96%
R=38.30%
G=25.74%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012116900.330.060.29311.1928.2359.02
HexB479A902161D1371c3b
Octal2641712510416354673473
Binary1011010011110011010100101000011101110110011011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B479A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B479A9; }

 p { color: rgb(180,121,169); }

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

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

 a { background-color: rgb(180,121,169); }

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

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

 span { border-color: rgb(180,121,169); }

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