#B49496

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

Shades of Careys Pink #B49496

Tints of Careys Pink #B49496

Color information

#B49496 (or 0xB49496) is unknown color: approx Careys Pink. HEX triplet: B4, 94 and 96. RGB value is (180,148,150). Sum of RGB (Red+Green+Blue) = 180+148+150=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 180 - color contains mainly: red. Hex color #B49496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49496 is #4B6B69. Grayscale: #9D9D9D. Windows color (decimal): -4942698 or 9868468. OLE color: 9868468.

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

Color convert

RGB180148150-
CMYK00.180.170.29
HSL356.25º17.58%64.31%-
HSV(B)356.25º17.78%70.59%-
XYZ34.9233.0933.4-
YUV157.8123.6143.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.66%
GREEN value IS 148 (58.20% from 255) = 30.96%
BLUE value IS 150 (58.98% from 255) = 31.38%
R=37.66%
G=30.96%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014815000.180.170.29356.2517.5864.31
HexB49496012111D1641240
Octal264224226022213554422100
Binary1011010010010100100101100100101000111101101100100100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49496; }

 p { color: rgb(180,148,150); }

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

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

 a { background-color: rgb(180,148,150); }

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

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

 span { border-color: rgb(180,148,150); }

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