#B480A0

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

Shades of Bouquet #B480A0

Tints of Bouquet #B480A0

Color information

#B480A0 (or 0xB480A0) is unknown color: approx Bouquet. HEX triplet: B4, 80 and A0. RGB value is (180,128,160). Sum of RGB (Red+Green+Blue) = 180+128+160=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B480A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B480A0 is #4B7F5F. Grayscale: #939393. Windows color (decimal): -4947808 or 10518708. OLE color: 10518708.

HSL color Cylindrical-coordinate representation of color #B480A0: hue angle of 323.08º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B480A0 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB180128160-
CMYK00.290.110.29
HSL323.08º25.74%60.39%-
HSV(B)323.08º28.89%70.59%-
XYZ32.8927.6836.87-
YUV147.2135.23151.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.46%
GREEN value IS 128 (50.39% from 255) = 27.35%
BLUE value IS 160 (62.89% from 255) = 34.19%
R=38.46%
G=27.35%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012816000.290.110.29323.0825.7460.39
HexB480A001DB1D1431a3c
Octal26420024003513355033274
Binary10110100100000001010000001110110111110110100001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B480A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B480A0; }

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

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

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

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

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

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

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

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