#B49A9B

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

Shades of Careys Pink #B49A9B

Tints of Careys Pink #B49A9B

Color information

#B49A9B (or 0xB49A9B) is unknown color: approx Careys Pink. HEX triplet: B4, 9A and 9B. RGB value is (180,154,155). Sum of RGB (Red+Green+Blue) = 180+154+155=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49A9B is #4B6564. Grayscale: #A1A1A1. Windows color (decimal): -4941157 or 10197684. OLE color: 10197684.

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

Color convert

RGB180154155-
CMYK00.140.140.29
HSL357.69º14.77%65.49%-
HSV(B)357.69º14.44%70.59%-
XYZ36.2935.1835.89-
YUV161.89124.11140.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.81%
GREEN value IS 154 (60.55% from 255) = 31.49%
BLUE value IS 155 (60.94% from 255) = 31.70%
R=36.81%
G=31.49%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015415500.140.140.29357.6914.7765.49
HexB49A9B0EE1D166f41
Octal264232233016163554617101
Binary1011010010011010100110110111011101110110110011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49A9B; }

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

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

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

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

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

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

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

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