#B486A3

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

Shades of Bouquet #B486A3

Tints of Bouquet #B486A3

Color information

#B486A3 (or 0xB486A3) is unknown color: approx Bouquet. HEX triplet: B4, 86 and A3. RGB value is (180,134,163). Sum of RGB (Red+Green+Blue) = 180+134+163=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 163 (64.06% from 255 or 34.17% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B486A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B486A3 is #4B795C. Grayscale: #969696. Windows color (decimal): -4946269 or 10716852. OLE color: 10716852.

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

Color convert

RGB180134163-
CMYK00.260.090.29
HSL322.17º23.47%61.57%-
HSV(B)322.17º25.56%70.59%-
XYZ33.9629.438.53-
YUV151.06134.74148.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.74%
GREEN value IS 134 (52.73% from 255) = 28.09%
BLUE value IS 163 (64.06% from 255) = 34.17%
R=37.74%
G=28.09%
B=34.17%

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
Decimal18013416300.260.090.29322.1723.4761.57
HexB486A301A91D142173e
Octal26420624303211355022776
Binary10110100100001101010001101101010011110110100001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B486A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B486A3; }

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

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

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

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

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

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

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

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