#B4979A

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

Shades of Careys Pink #B4979A

Tints of Careys Pink #B4979A

Color information

#B4979A (or 0xB4979A) is unknown color: approx Careys Pink. HEX triplet: B4, 97 and 9A. RGB value is (180,151,154). Sum of RGB (Red+Green+Blue) = 180+151+154=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 180 - color contains mainly: red. Hex color #B4979A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4979A is #4B6865. Grayscale: #A0A0A0. Windows color (decimal): -4941926 or 10131380. OLE color: 10131380.

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

Color convert

RGB180151154-
CMYK00.160.140.29
HSL353.79º16.2%64.9%-
HSV(B)353.79º16.11%70.59%-
XYZ35.7234.1735.28-
YUV160.01124.61142.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.11%
GREEN value IS 151 (59.38% from 255) = 31.13%
BLUE value IS 154 (60.55% from 255) = 31.75%
R=37.11%
G=31.13%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015115400.160.140.29353.7916.264.9
HexB4979A010E1D1621041
Octal264227232020163554220101
Binary101101001001011110011010010000111011101101100010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4979A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4979A; }

 p { color: rgb(180,151,154); }

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

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

 a { background-color: rgb(180,151,154); }

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

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

 span { border-color: rgb(180,151,154); }

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