#B39B9C

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

Shades of Careys Pink #B39B9C

Tints of Careys Pink #B39B9C

Color information

#B39B9C (or 0xB39B9C) is unknown color: approx Careys Pink. HEX triplet: B3, 9B and 9C. RGB value is (179,155,156). Sum of RGB (Red+Green+Blue) = 179+155+156=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 179 - color contains mainly: red. Hex color #B39B9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39B9C is #4C6463. Grayscale: #A2A2A2. Windows color (decimal): -5006436 or 10263475. OLE color: 10263475.

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

Color convert

RGB179155156-
CMYK00.130.130.30
HSL357.5º13.64%65.49%-
HSV(B)357.5º13.41%70.2%-
XYZ36.3135.4336.38-
YUV162.29124.45139.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.53%
GREEN value IS 155 (60.94% from 255) = 31.63%
BLUE value IS 156 (61.33% from 255) = 31.84%
R=36.53%
G=31.63%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915515600.130.130.30357.513.6465.49
HexB39B9C0DD1E166e41
Octal263233234015153654616101
Binary1011001110011011100111000110111011111010110011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39B9C; }

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

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

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

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

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

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

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

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