#B49B9F

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

Shades of Careys Pink #B49B9F

Tints of Careys Pink #B49B9F

Color information

#B49B9F (or 0xB49B9F) is unknown color: approx Careys Pink. HEX triplet: B4, 9B and 9F. RGB value is (180,155,159). Sum of RGB (Red+Green+Blue) = 180+155+159=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49B9F is #4B6460. Grayscale: #A2A2A2. Windows color (decimal): -4940897 or 10460084. OLE color: 10460084.

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

Color convert

RGB180155159-
CMYK00.140.120.29
HSL350.4º14.29%65.69%-
HSV(B)350.4º13.89%70.59%-
XYZ36.835.6537.74-
YUV162.93125.78140.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.44%
GREEN value IS 155 (60.94% from 255) = 31.38%
BLUE value IS 159 (62.5% from 255) = 32.19%
R=36.44%
G=31.38%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015515900.140.120.29350.414.2965.69
HexB49B9F0EC1D15ee42
Octal264233237016143553616102
Binary1011010010011011100111110111011001110110101111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49B9F; }

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

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

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

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

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

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

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

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