#B39C9F

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

Shades of Careys Pink #B39C9F

Tints of Careys Pink #B39C9F

Color information

#B39C9F (or 0xB39C9F) is unknown color: approx Careys Pink. HEX triplet: B3, 9C and 9F. RGB value is (179,156,159). Sum of RGB (Red+Green+Blue) = 179+156+159=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39C9F is #4C6360. Grayscale: #A3A3A3. Windows color (decimal): -5006177 or 10460339. OLE color: 10460339.

HSL color Cylindrical-coordinate representation of color #B39C9F: hue angle of 352.17º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B39C9F is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB179156159-
CMYK00.130.110.30
HSL352.17º13.14%65.69%-
HSV(B)352.17º12.85%70.2%-
XYZ36.7435.8637.79-
YUV163.22125.62139.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.23%
GREEN value IS 156 (61.33% from 255) = 31.58%
BLUE value IS 159 (62.5% from 255) = 32.19%
R=36.23%
G=31.58%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915615900.130.110.30352.1713.1465.69
HexB39C9F0DB1E160d42
Octal263234237015133654015102
Binary1011001110011100100111110110110111111010110000011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39C9F; }

 p { color: rgb(179,156,159); }

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

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

 a { background-color: rgb(179,156,159); }

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

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

 span { border-color: rgb(179,156,159); }

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