#B479A6

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

Shades of Bouquet #B479A6

Tints of Bouquet #B479A6

Color information

#B479A6 (or 0xB479A6) is unknown color: approx Bouquet. HEX triplet: B4, 79 and A6. RGB value is (180,121,166). Sum of RGB (Red+Green+Blue) = 180+121+166=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 166 (65.23% from 255 or 35.55% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B479A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B479A6 is #4B8659. Grayscale: #8F8F8F. Windows color (decimal): -4949594 or 10910132. OLE color: 10910132.

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

Color convert

RGB180121166-
CMYK00.330.080.29
HSL314.24º28.23%59.02%-
HSV(B)314.24º32.78%70.59%-
XYZ32.5426.1339.41-
YUV143.77140.55153.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.54%
GREEN value IS 121 (47.66% from 255) = 25.91%
BLUE value IS 166 (65.23% from 255) = 35.55%
R=38.54%
G=25.91%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012116600.330.080.29314.2428.2359.02
HexB479A602181D13a1c3b
Octal26417124604110354723473
Binary10110100111100110100110010000110001110110011101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B479A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B479A6; }

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

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

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

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

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

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

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

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