#B49B9C

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

Shades of Careys Pink #B49B9C

Tints of Careys Pink #B49B9C

Color information

#B49B9C (or 0xB49B9C) is unknown color: approx Careys Pink. HEX triplet: B4, 9B and 9C. RGB value is (180,155,156). Sum of RGB (Red+Green+Blue) = 180+155+156=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49B9C is #4B6463. Grayscale: #A2A2A2. Windows color (decimal): -4940900 or 10263476. OLE color: 10263476.

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

Color convert

RGB180155156-
CMYK00.140.130.29
HSL357.6º14.29%65.69%-
HSV(B)357.6º13.89%70.59%-
XYZ36.5435.5536.39-
YUV162.59124.28140.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.66%
GREEN value IS 155 (60.94% from 255) = 31.57%
BLUE value IS 156 (61.33% from 255) = 31.77%
R=36.66%
G=31.57%
B=31.77%

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
Decimal18015515600.140.130.29357.614.2965.69
HexB49B9C0ED1D166e42
Octal264233234016153554616102
Binary1011010010011011100111000111011011110110110011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49B9C; }

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

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

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

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

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

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

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

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