#B79D9E

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

Shades of Careys Pink #B79D9E

Tints of Careys Pink #B79D9E

Color information

#B79D9E (or 0xB79D9E) is unknown color: approx Careys Pink. HEX triplet: B7, 9D and 9E. RGB value is (183,157,158). Sum of RGB (Red+Green+Blue) = 183+157+158=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79D9E is #486261. Grayscale: #A4A4A4. Windows color (decimal): -4743778 or 10395063. OLE color: 10395063.

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

Color convert

RGB183157158-
CMYK00.140.140.28
HSL357.69º15.29%66.67%-
HSV(B)357.69º14.21%71.76%-
XYZ37.7636.6537.43-
YUV164.89124.11140.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.75%
GREEN value IS 157 (61.72% from 255) = 31.53%
BLUE value IS 158 (62.11% from 255) = 31.73%
R=36.75%
G=31.53%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315715800.140.140.28357.6915.2966.67
HexB79D9E0EE1C166f43
Octal267235236016163454617103
Binary1011011110011101100111100111011101110010110011011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79D9E; }

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

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

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

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

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

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

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

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