#B39A9D

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

Shades of Careys Pink #B39A9D

Tints of Careys Pink #B39A9D

Color information

#B39A9D (or 0xB39A9D) is unknown color: approx Careys Pink. HEX triplet: B3, 9A and 9D. RGB value is (179,154,157). Sum of RGB (Red+Green+Blue) = 179+154+157=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39A9D is #4C6562. Grayscale: #A1A1A1. Windows color (decimal): -5006691 or 10328755. OLE color: 10328755.

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

Color convert

RGB179154157-
CMYK00.140.120.30
HSL352.8º14.12%65.29%-
HSV(B)352.8º13.97%70.2%-
XYZ36.2335.1336.77-
YUV161.82125.28140.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.53%
GREEN value IS 154 (60.55% from 255) = 31.43%
BLUE value IS 157 (61.72% from 255) = 32.04%
R=36.53%
G=31.43%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915415700.140.120.30352.814.1265.29
HexB39A9D0EC1E161e41
Octal263232235016143654116101
Binary1011001110011010100111010111011001111010110000111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39A9D; }

 p { color: rgb(179,154,157); }

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

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

 a { background-color: rgb(179,154,157); }

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

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

 span { border-color: rgb(179,154,157); }

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