#B479A1

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

Shades of Bouquet #B479A1

Tints of Bouquet #B479A1

Color information

#B479A1 (or 0xB479A1) is unknown color: approx Bouquet. HEX triplet: B4, 79 and A1. RGB value is (180,121,161). Sum of RGB (Red+Green+Blue) = 180+121+161=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B479A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B479A1 is #4B865E. Grayscale: #8F8F8F. Windows color (decimal): -4949599 or 10582452. OLE color: 10582452.

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

Color convert

RGB180121161-
CMYK00.330.110.29
HSL319.32º28.23%59.02%-
HSV(B)319.32º32.78%70.59%-
XYZ32.0925.9537.04-
YUV143.2138.05154.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.96%
GREEN value IS 121 (47.66% from 255) = 26.19%
BLUE value IS 161 (63.28% from 255) = 34.85%
R=38.96%
G=26.19%
B=34.85%

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
Decimal18012116100.330.110.29319.3228.2359.02
HexB479A1021B1D13f1c3b
Octal26417124104113354773473
Binary10110100111100110100001010000110111110110011111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B479A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B479A1; }

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

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

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

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

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

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

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

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