#B39799

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

Shades of Careys Pink #B39799

Tints of Careys Pink #B39799

Color information

#B39799 (or 0xB39799) is unknown color: approx Careys Pink. HEX triplet: B3, 97 and 99. RGB value is (179,151,153). Sum of RGB (Red+Green+Blue) = 179+151+153=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 179 - color contains mainly: red. Hex color #B39799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39799 is #4C6866. Grayscale: #9F9F9F. Windows color (decimal): -5007463 or 10065843. OLE color: 10065843.

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

Color convert

RGB179151153-
CMYK00.160.150.30
HSL355.71º15.56%64.71%-
HSV(B)355.71º15.64%70.2%-
XYZ35.4134.0234.84-
YUV159.6124.28141.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.06%
GREEN value IS 151 (59.38% from 255) = 31.26%
BLUE value IS 153 (60.16% from 255) = 31.68%
R=37.06%
G=31.26%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915115300.160.150.30355.7115.5664.71
HexB39799010F1E1641041
Octal263227231020173654420101
Binary101100111001011110011001010000111111110101100100100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39799; }

 p { color: rgb(179,151,153); }

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

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

 a { background-color: rgb(179,151,153); }

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

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

 span { border-color: rgb(179,151,153); }

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