Html Css Color HEX #B1999B Careys Pink

📋 copy color: '#B1999B'

red 177 ◦ green 153 ◦ blue 155

#B1999B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #B1999B

Tints of Careys Pink #B1999B

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 value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1999B (or 0xB1999B) is known color: 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

RGB 177 153 155 -
CMYK 0 0.14 0.12 0.31
HSL 355º 0.13% 0.65% -
HSV(B) 355º 0.14% 0.69% -
XYZ 35.44 34.5 35.8 -
YUV 160.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 177 153 155 0 0.14 0.12 0.31 355 0.13 0.65
Hex B1 99 9B 0 E C 1F 163 D 41
Octal 261 231 233 0 16 14 37 543 15 101
Binary 10110001 10011001 10011011 0 1110 1100 11111 101100011 1101 1000001

Color Harmonies of #B1999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1999B

Black with #B1999B

Text Example


Text Example

White with #B1999B

Text Example


Text Example

HTML Codes & Css Web 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>