#B19799

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

Shades of Careys Pink #B19799

Tints of Careys Pink #B19799

Color information

#B19799 (or 0xB19799) is unknown color: approx Careys Pink. HEX triplet: B1, 97 and 99. RGB value is (177,151,153). Sum of RGB (Red+Green+Blue) = 177+151+153=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 177 - color contains mainly: red. Hex color #B19799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19799 is #4E6866. Grayscale: #9F9F9F. Windows color (decimal): -5138535 or 10065841. OLE color: 10065841.

HSL color Cylindrical-coordinate representation of color #B19799: hue angle of 355.38º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B19799 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB177151153-
CMYK00.150.140.31
HSL355.38º14.29%64.31%-
HSV(B)355.38º14.69%69.41%-
XYZ34.9533.7834.82-
YUV159124.61140.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.80%
GREEN value IS 151 (59.38% from 255) = 31.39%
BLUE value IS 153 (60.16% from 255) = 31.81%
R=36.80%
G=31.39%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715115300.150.140.31355.3814.2964.31
HexB197990FE1F163e40
Octal261227231017163754316100
Binary1011000110010111100110010111111101111110110001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19799; }

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

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

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

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

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

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

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

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