#B486A4

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

Shades of Bouquet #B486A4

Tints of Bouquet #B486A4

Color information

#B486A4 (or 0xB486A4) is unknown color: approx Bouquet. HEX triplet: B4, 86 and A4. RGB value is (180,134,164). Sum of RGB (Red+Green+Blue) = 180+134+164=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 180 - color contains mainly: red. Hex color #B486A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B486A4 is #4B795B. Grayscale: #979797. Windows color (decimal): -4946268 or 10782388. OLE color: 10782388.

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

Color convert

RGB180134164-
CMYK00.260.090.29
HSL320.87º23.47%61.57%-
HSV(B)320.87º25.56%70.59%-
XYZ34.0529.4339.01-
YUV151.17135.24148.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.66%
GREEN value IS 134 (52.73% from 255) = 28.03%
BLUE value IS 164 (64.45% from 255) = 34.31%
R=37.66%
G=28.03%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013416400.260.090.29320.8723.4761.57
HexB486A401A91D141173e
Octal26420624403211355012776
Binary10110100100001101010010001101010011110110100000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B486A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B486A4; }

 p { color: rgb(180,134,164); }

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

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

 a { background-color: rgb(180,134,164); }

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

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

 span { border-color: rgb(180,134,164); }

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