#B19798

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

Shades of Careys Pink #B19798

Tints of Careys Pink #B19798

Color information

#B19798 (or 0xB19798) is unknown color: approx Careys Pink. HEX triplet: B1, 97 and 98. RGB value is (177,151,152). Sum of RGB (Red+Green+Blue) = 177+151+152=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 152 (59.77% from 255 or 31.67% from 480); Max value from RGB is 177 - color contains mainly: red. Hex color #B19798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19798 is #4E6867. Grayscale: #9E9E9E. Windows color (decimal): -5138536 or 10000305. OLE color: 10000305.

HSL color Cylindrical-coordinate representation of color #B19798: hue angle of 357.69º 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 #B19798 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB177151152-
CMYK00.150.140.31
HSL357.69º14.29%64.31%-
HSV(B)357.69º14.69%69.41%-
XYZ34.8733.7534.38-
YUV158.89124.11140.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.88%
GREEN value IS 151 (59.38% from 255) = 31.46%
BLUE value IS 152 (59.77% from 255) = 31.67%
R=36.88%
G=31.46%
B=31.67%

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
Decimal17715115200.150.140.31357.6914.2964.31
HexB197980FE1F166e40
Octal261227230017163754616100
Binary1011000110010111100110000111111101111110110011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19798; }

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

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

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

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

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

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

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

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