#B79EA1

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

Shades of Careys Pink #B79EA1

Tints of Careys Pink #B79EA1

Color information

#B79EA1 (or 0xB79EA1) is unknown color: approx Careys Pink. HEX triplet: B7, 9E and A1. RGB value is (183,158,161). Sum of RGB (Red+Green+Blue) = 183+158+161=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 183 - color contains mainly: red. Hex color #B79EA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79EA1 is #48615E. Grayscale: #A5A5A5. Windows color (decimal): -4743519 or 10591927. OLE color: 10591927.

HSL color Cylindrical-coordinate representation of color #B79EA1: hue angle of 352.8º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B79EA1 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB183158161-
CMYK00.140.120.28
HSL352.8º14.79%66.86%-
HSV(B)352.8º13.66%71.76%-
XYZ38.1937.0938.87-
YUV165.82125.28140.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.45%
GREEN value IS 158 (62.11% from 255) = 31.47%
BLUE value IS 161 (63.28% from 255) = 32.07%
R=36.45%
G=31.47%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315816100.140.120.28352.814.7966.86
HexB79EA10EC1C161f43
Octal267236241016143454117103
Binary1011011110011110101000010111011001110010110000111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79EA1; }

 p { color: rgb(183,158,161); }

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

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

 a { background-color: rgb(183,158,161); }

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

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

 span { border-color: rgb(183,158,161); }

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