#B39EA2

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

Shades of Careys Pink #B39EA2

Tints of Careys Pink #B39EA2

Color information

#B39EA2 (or 0xB39EA2) is unknown color: approx Careys Pink. HEX triplet: B3, 9E and A2. RGB value is (179,158,162). Sum of RGB (Red+Green+Blue) = 179+158+162=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 179 - color contains mainly: red. Hex color #B39EA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39EA2 is #4C615D. Grayscale: #A4A4A4. Windows color (decimal): -5005662 or 10657459. OLE color: 10657459.

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

Color convert

RGB179158162-
CMYK00.120.090.30
HSL348.57º12.14%66.08%-
HSV(B)348.57º11.73%70.2%-
XYZ37.3436.6539.29-
YUV164.74126.46138.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.87%
GREEN value IS 158 (62.11% from 255) = 31.66%
BLUE value IS 162 (63.67% from 255) = 32.46%
R=35.87%
G=31.66%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915816200.120.090.30348.5712.1466.08
HexB39EA20C91E15dc42
Octal263236242014113653514102
Binary1011001110011110101000100110010011111010101110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39EA2; }

 p { color: rgb(179,158,162); }

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

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

 a { background-color: rgb(179,158,162); }

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

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

 span { border-color: rgb(179,158,162); }

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