#B479A5

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

Shades of Bouquet #B479A5

Tints of Bouquet #B479A5

Color information

#B479A5 (or 0xB479A5) is unknown color: approx Bouquet. HEX triplet: B4, 79 and A5. RGB value is (180,121,165). Sum of RGB (Red+Green+Blue) = 180+121+165=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 165 (64.84% from 255 or 35.41% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B479A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B479A5 is #4B865A. Grayscale: #8F8F8F. Windows color (decimal): -4949595 or 10844596. OLE color: 10844596.

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

Color convert

RGB180121165-
CMYK00.330.080.29
HSL315.25º28.23%59.02%-
HSV(B)315.25º32.78%70.59%-
XYZ32.4526.0938.92-
YUV143.66140.05153.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.63%
GREEN value IS 121 (47.66% from 255) = 25.97%
BLUE value IS 165 (64.84% from 255) = 35.41%
R=38.63%
G=25.97%
B=35.41%

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
Decimal18012116500.330.080.29315.2528.2359.02
HexB479A502181D13b1c3b
Octal26417124504110354733473
Binary10110100111100110100101010000110001110110011101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B479A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B479A5; }

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

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

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

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

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

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

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

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