#B19A9B

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

Shades of Careys Pink #B19A9B

Tints of Careys Pink #B19A9B

Color information

#B19A9B (or 0xB19A9B) is unknown color: approx Careys Pink. HEX triplet: B1, 9A and 9B. RGB value is (177,154,155). Sum of RGB (Red+Green+Blue) = 177+154+155=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19A9B is #4E6564. Grayscale: #A1A1A1. Windows color (decimal): -5137765 or 10197681. OLE color: 10197681.

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

Color convert

RGB177154155-
CMYK00.130.120.31
HSL357.39º12.85%64.9%-
HSV(B)357.39º12.99%69.41%-
XYZ35.634.8235.86-
YUV160.99124.62139.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.42%
GREEN value IS 154 (60.55% from 255) = 31.69%
BLUE value IS 155 (60.94% from 255) = 31.89%
R=36.42%
G=31.69%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715415500.130.120.31357.3912.8564.9
HexB19A9B0DC1F165d41
Octal261232233015143754515101
Binary1011000110011010100110110110111001111110110010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A9B; }

 p { color: rgb(177,154,155); }

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

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

 a { background-color: rgb(177,154,155); }

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

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

 span { border-color: rgb(177,154,155); }

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