#B79DA0

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

Shades of Careys Pink #B79DA0

Tints of Careys Pink #B79DA0

Color information

#B79DA0 (or 0xB79DA0) is unknown color: approx Careys Pink. HEX triplet: B7, 9D and A0. RGB value is (183,157,160). Sum of RGB (Red+Green+Blue) = 183+157+160=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 183 - color contains mainly: red. Hex color #B79DA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79DA0 is #48625F. Grayscale: #A5A5A5. Windows color (decimal): -4743776 or 10526135. OLE color: 10526135.

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

Color convert

RGB183157160-
CMYK00.140.130.28
HSL353.08º15.29%66.67%-
HSV(B)353.08º14.21%71.76%-
XYZ37.9336.7238.35-
YUV165.12125.11140.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.6%
GREEN value IS 157 (61.72% from 255) = 31.4%
BLUE value IS 160 (62.89% from 255) = 32%
R=36.6%
G=31.4%
B=32%

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
Decimal18315716000.140.130.28353.0815.2966.67
HexB79DA00ED1C161f43
Octal267235240016153454117103
Binary1011011110011101101000000111011011110010110000111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79DA0; }

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

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

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

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

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

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

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

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