#B79DA2

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

Shades of Careys Pink #B79DA2

Tints of Careys Pink #B79DA2

Color information

#B79DA2 (or 0xB79DA2) is unknown color: approx Careys Pink. HEX triplet: B7, 9D and A2. RGB value is (183,157,162). Sum of RGB (Red+Green+Blue) = 183+157+162=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 183 - color contains mainly: red. Hex color #B79DA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79DA2 is #48625D. Grayscale: #A5A5A5. Windows color (decimal): -4743774 or 10657207. OLE color: 10657207.

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

Color convert

RGB183157162-
CMYK00.140.110.28
HSL348.46º15.29%66.67%-
HSV(B)348.46º14.21%71.76%-
XYZ38.1136.7939.28-
YUV165.34126.11140.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.45%
GREEN value IS 157 (61.72% from 255) = 31.27%
BLUE value IS 162 (63.67% from 255) = 32.27%
R=36.45%
G=31.27%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315716200.140.110.28348.4615.2966.67
HexB79DA20EB1C15cf43
Octal267235242016133453417103
Binary1011011110011101101000100111010111110010101110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79DA2; }

 p { color: rgb(183,157,162); }

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

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

 a { background-color: rgb(183,157,162); }

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

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

 span { border-color: rgb(183,157,162); }

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