#B1999B

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

Shades of Careys Pink #B1999B

Tints of Careys Pink #B1999B

Color information

#B1999B (or 0xB1999B) is unknown color: approx Careys Pink. HEX triplet: B1, 99 and 9B. RGB value is (177,153,155). Sum of RGB (Red+Green+Blue) = 177+153+155=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 177 - color contains mainly: red. Hex color #B1999B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1999B is #4E6664. Grayscale: #A0A0A0. Windows color (decimal): -5138021 or 10197425. OLE color: 10197425.

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

Color convert

RGB177153155-
CMYK00.140.120.31
HSL355º13.33%64.71%-
HSV(B)355º13.56%69.41%-
XYZ35.4434.535.8-
YUV160.4124.95139.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.49%
GREEN value IS 153 (60.16% from 255) = 31.55%
BLUE value IS 155 (60.94% from 255) = 31.96%
R=36.49%
G=31.55%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715315500.140.120.3135513.3364.71
HexB1999B0EC1F163d41
Octal261231233016143754315101
Binary1011000110011001100110110111011001111110110001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1999B; }

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

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

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

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

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

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

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

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