#B79D9F

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

Shades of Careys Pink #B79D9F

Tints of Careys Pink #B79D9F

Color information

#B79D9F (or 0xB79D9F) is unknown color: approx Careys Pink. HEX triplet: B7, 9D and 9F. RGB value is (183,157,159). Sum of RGB (Red+Green+Blue) = 183+157+159=499 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.67% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79D9F is #486260. Grayscale: #A5A5A5. Windows color (decimal): -4743777 or 10460599. OLE color: 10460599.

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

Color convert

RGB183157159-
CMYK00.140.130.28
HSL355.38º15.29%66.67%-
HSV(B)355.38º14.21%71.76%-
XYZ37.8436.6837.89-
YUV165124.61140.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.67%
GREEN value IS 157 (61.72% from 255) = 31.46%
BLUE value IS 159 (62.5% from 255) = 31.86%
R=36.67%
G=31.46%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315715900.140.130.28355.3815.2966.67
HexB79D9F0ED1C163f43
Octal267235237016153454317103
Binary1011011110011101100111110111011011110010110001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79D9F; }

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

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

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

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

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

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

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

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