#B5979A

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

Shades of Careys Pink #B5979A

Tints of Careys Pink #B5979A

Color information

#B5979A (or 0xB5979A) is unknown color: approx Careys Pink. HEX triplet: B5, 97 and 9A. RGB value is (181,151,154). Sum of RGB (Red+Green+Blue) = 181+151+154=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 181 - color contains mainly: red. Hex color #B5979A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5979A is #4A6865. Grayscale: #A0A0A0. Windows color (decimal): -4876390 or 10131381. OLE color: 10131381.

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

Color convert

RGB181151154-
CMYK00.170.150.29
HSL354º16.85%65.1%-
HSV(B)354º16.57%70.98%-
XYZ35.9634.2935.3-
YUV160.31124.44142.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.24%
GREEN value IS 151 (59.38% from 255) = 31.07%
BLUE value IS 154 (60.55% from 255) = 31.69%
R=37.24%
G=31.07%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115115400.170.150.2935416.8565.1
HexB5979A011F1D1621141
Octal265227232021173554221101
Binary101101011001011110011010010001111111101101100010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5979A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5979A; }

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

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

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

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

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

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

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

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