#B1999A

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

Shades of Careys Pink #B1999A

Tints of Careys Pink #B1999A

Color information

#B1999A (or 0xB1999A) is unknown color: approx Careys Pink. HEX triplet: B1, 99 and 9A. RGB value is (177,153,154). Sum of RGB (Red+Green+Blue) = 177+153+154=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 177 - color contains mainly: red. Hex color #B1999A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1999A is #4E6665. Grayscale: #A0A0A0. Windows color (decimal): -5138022 or 10131889. OLE color: 10131889.

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

Color convert

RGB177153154-
CMYK00.140.130.31
HSL357.5º13.33%64.71%-
HSV(B)357.5º13.56%69.41%-
XYZ35.3634.4635.36-
YUV160.29124.45139.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.57%
GREEN value IS 153 (60.16% from 255) = 31.61%
BLUE value IS 154 (60.55% from 255) = 31.82%
R=36.57%
G=31.61%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715315400.140.130.31357.513.3364.71
HexB1999A0ED1F166d41
Octal261231232016153754615101
Binary1011000110011001100110100111011011111110110011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1999A; }

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

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

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

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

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

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

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

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