#B49495

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

Shades of Careys Pink #B49495

Tints of Careys Pink #B49495

Color information

#B49495 (or 0xB49495) is unknown color: approx Careys Pink. HEX triplet: B4, 94 and 95. RGB value is (180,148,149). Sum of RGB (Red+Green+Blue) = 180+148+149=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B49495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49495 is #4B6B6A. Grayscale: #9D9D9D. Windows color (decimal): -4942699 or 9802932. OLE color: 9802932.

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

Color convert

RGB180148149-
CMYK00.180.170.29
HSL358.12º17.58%64.31%-
HSV(B)358.12º17.78%70.59%-
XYZ34.8433.0532.98-
YUV157.68123.1143.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.74%
GREEN value IS 148 (58.20% from 255) = 31.03%
BLUE value IS 149 (58.59% from 255) = 31.24%
R=37.74%
G=31.03%
B=31.24%

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
Decimal18014814900.180.170.29358.1217.5864.31
HexB49495012111D1661240
Octal264224225022213554622100
Binary1011010010010100100101010100101000111101101100110100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49495; }

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

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

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

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

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

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

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

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