#B49FA1

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

Shades of Careys Pink #B49FA1

Tints of Careys Pink #B49FA1

Color information

#B49FA1 (or 0xB49FA1) is unknown color: approx Careys Pink. HEX triplet: B4, 9F and A1. RGB value is (180,159,161). Sum of RGB (Red+Green+Blue) = 180+159+161=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 161 (63.28% from 255 or 32.2% from 500); Max value from RGB is 180 - color contains mainly: red. Hex color #B49FA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49FA1 is #4B605E. Grayscale: #A5A5A5. Windows color (decimal): -4939871 or 10592180. OLE color: 10592180.

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

Color convert

RGB180159161-
CMYK00.120.110.29
HSL354.29º12.28%66.47%-
HSV(B)354.29º11.67%70.59%-
XYZ37.6537.0738.89-
YUV165.51125.46138.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36%
GREEN value IS 159 (62.5% from 255) = 31.8%
BLUE value IS 161 (63.28% from 255) = 32.2%
R=36%
G=31.8%
B=32.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015916100.120.110.29354.2912.2866.47
HexB49FA10CB1D162c42
Octal264237241014133554214102
Binary1011010010011111101000010110010111110110110001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49FA1; }

 p { color: rgb(180,159,161); }

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

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

 a { background-color: rgb(180,159,161); }

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

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

 span { border-color: rgb(180,159,161); }

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