#B79EA4

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

Shades of Careys Pink #B79EA4

Tints of Careys Pink #B79EA4

Color information

#B79EA4 (or 0xB79EA4) is unknown color: approx Careys Pink. HEX triplet: B7, 9E and A4. RGB value is (183,158,164). Sum of RGB (Red+Green+Blue) = 183+158+164=505 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.24% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 164 (64.45% from 255 or 32.48% from 505); Max value from RGB is 183 - color contains mainly: red. Hex color #B79EA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79EA4 is #48615B. Grayscale: #A6A6A6. Windows color (decimal): -4743516 or 10788535. OLE color: 10788535.

HSL color Cylindrical-coordinate representation of color #B79EA4: hue angle of 345.6º 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 #B79EA4 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB183158164-
CMYK00.140.100.28
HSL345.6º14.79%66.86%-
HSV(B)345.6º13.66%71.76%-
XYZ38.4637.240.28-
YUV166.16126.78140.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.24%
GREEN value IS 158 (62.11% from 255) = 31.29%
BLUE value IS 164 (64.45% from 255) = 32.48%
R=36.24%
G=31.29%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315816400.140.100.28345.614.7966.86
HexB79EA40EA1C15af43
Octal267236244016123453217103
Binary1011011110011110101001000111010101110010101101011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79EA4; }

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

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

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

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

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

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

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

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