#B19FA0

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

Shades of Careys Pink #B19FA0

Tints of Careys Pink #B19FA0

Color information

#B19FA0 (or 0xB19FA0) is unknown color: approx Careys Pink. HEX triplet: B1, 9F and A0. RGB value is (177,159,160). Sum of RGB (Red+Green+Blue) = 177+159+160=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 177 - color contains mainly: red. Hex color #B19FA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19FA0 is #4E605F. Grayscale: #A4A4A4. Windows color (decimal): -5136480 or 10526641. OLE color: 10526641.

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

Color convert

RGB177159160-
CMYK00.100.100.31
HSL356.67º10.34%65.88%-
HSV(B)356.67º10.17%69.41%-
XYZ36.8736.6838.39-
YUV164.5125.46136.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.69%
GREEN value IS 159 (62.5% from 255) = 32.06%
BLUE value IS 160 (62.89% from 255) = 32.26%
R=35.69%
G=32.06%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715916000.100.100.31356.6710.3465.88
HexB19FA00AA1F165a42
Octal261237240012123754512102
Binary1011000110011111101000000101010101111110110010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19FA0; }

 p { color: rgb(177,159,160); }

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

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

 a { background-color: rgb(177,159,160); }

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

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

 span { border-color: rgb(177,159,160); }

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