#B49394

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

Shades of Careys Pink #B49394

Tints of Careys Pink #B49394

Color information

#B49394 (or 0xB49394) is unknown color: approx Careys Pink. HEX triplet: B4, 93 and 94. RGB value is (180,147,148). Sum of RGB (Red+Green+Blue) = 180+147+148=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 180 - color contains mainly: red. Hex color #B49394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49394 is #4B6C6B. Grayscale: #9D9D9D. Windows color (decimal): -4942956 or 9737140. OLE color: 9737140.

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

Color convert

RGB180147148-
CMYK00.180.180.29
HSL358.18º18.03%64.12%-
HSV(B)358.18º18.33%70.59%-
XYZ34.632.7132.51-
YUV156.98122.93144.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 147 (57.81% from 255) = 30.95%
BLUE value IS 148 (58.20% from 255) = 31.16%
R=37.89%
G=30.95%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014714800.180.180.29358.1818.0364.12
HexB49394012121D1661240
Octal264223224022223554622100
Binary1011010010010011100101000100101001011101101100110100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49394; }

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

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

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

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

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

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

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

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