#B49A9C

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

Shades of Careys Pink #B49A9C

Tints of Careys Pink #B49A9C

Color information

#B49A9C (or 0xB49A9C) is unknown color: approx Careys Pink. HEX triplet: B4, 9A and 9C. RGB value is (180,154,156). Sum of RGB (Red+Green+Blue) = 180+154+156=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49A9C is #4B6563. Grayscale: #A2A2A2. Windows color (decimal): -4941156 or 10263220. OLE color: 10263220.

HSL color Cylindrical-coordinate representation of color #B49A9C: hue angle of 355.38º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B49A9C is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB180154156-
CMYK00.140.130.29
HSL355.38º14.77%65.49%-
HSV(B)355.38º14.44%70.59%-
XYZ36.3835.2136.33-
YUV162124.61140.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.73%
GREEN value IS 154 (60.55% from 255) = 31.43%
BLUE value IS 156 (61.33% from 255) = 31.84%
R=36.73%
G=31.43%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015415600.140.130.29355.3814.7765.49
HexB49A9C0ED1D163f41
Octal264232234016153554317101
Binary1011010010011010100111000111011011110110110001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49A9C; }

 p { color: rgb(180,154,156); }

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

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

 a { background-color: rgb(180,154,156); }

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

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

 span { border-color: rgb(180,154,156); }

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