#B479A0

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

Shades of Bouquet #B479A0

Tints of Bouquet #B479A0

Color information

#B479A0 (or 0xB479A0) is unknown color: approx Bouquet. HEX triplet: B4, 79 and A0. RGB value is (180,121,160). Sum of RGB (Red+Green+Blue) = 180+121+160=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B479A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B479A0 is #4B865F. Grayscale: #8E8E8E. Windows color (decimal): -4949600 or 10516916. OLE color: 10516916.

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

Color convert

RGB180121160-
CMYK00.330.110.29
HSL320.34º28.23%59.02%-
HSV(B)320.34º32.78%70.59%-
XYZ3225.9236.57-
YUV143.09137.55154.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.05%
GREEN value IS 121 (47.66% from 255) = 26.25%
BLUE value IS 160 (62.89% from 255) = 34.71%
R=39.05%
G=26.25%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012116000.330.110.29320.3428.2359.02
HexB479A0021B1D1401c3b
Octal26417124004113355003473
Binary10110100111100110100000010000110111110110100000011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B479A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B479A0; }

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

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

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

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

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

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

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

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