#B39A9C

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

Shades of Careys Pink #B39A9C

Tints of Careys Pink #B39A9C

Color information

#B39A9C (or 0xB39A9C) is unknown color: approx Careys Pink. HEX triplet: B3, 9A and 9C. RGB value is (179,154,156). Sum of RGB (Red+Green+Blue) = 179+154+156=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39A9C is #4C6563. Grayscale: #A1A1A1. Windows color (decimal): -5006692 or 10263219. OLE color: 10263219.

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

Color convert

RGB179154156-
CMYK00.140.130.30
HSL355.2º14.12%65.29%-
HSV(B)355.2º13.97%70.2%-
XYZ36.1535.136.32-
YUV161.7124.78140.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.61%
GREEN value IS 154 (60.55% from 255) = 31.49%
BLUE value IS 156 (61.33% from 255) = 31.90%
R=36.61%
G=31.49%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915415600.140.130.30355.214.1265.29
HexB39A9C0ED1E163e41
Octal263232234016153654316101
Binary1011001110011010100111000111011011111010110001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39A9C; }

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

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

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

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

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

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

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

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