Html Css Color HEX #B19FA3 Careys Pink

📋 copy color: '#B19FA3'

red 177 ◦ green 159 ◦ blue 163

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

Shades of Careys Pink #B19FA3

Tints of Careys Pink #B19FA3

RGB

 RED value IS 177 (69.53% from 255) = 35.47%

 GREEN value IS 159 (62.5% from 255) = 31.86%

 BLUE value IS 163 (64.06% from 255) = 32.67%

R = 35.47%
G = 31.86%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B19FA3 (or 0xB19FA3) is known color: Careys Pink. HEX triplet: B1, 9F and A3. RGB value is (177,159,163). Sum of RGB (Red+Green+Blue) = 177+159+163=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 163 (64.06% from 255 or 32.67% from 499); Max value from RGB is 177 - color contains mainly: red. Hex color #B19FA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19FA3 is #4E605C. Grayscale: #A4A4A4. Windows color (decimal): -5136477 or 10723249. OLE color: 10723249.

HSL color Cylindrical-coordinate representation of color #B19FA3: hue angle of 346.67º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B19FA3 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 159 163 -
CMYK 0 0.10 0.08 0.31
HSL 346.67º 0.1% 0.66% -
HSV(B) 346.67º 0.1% 0.69% -
XYZ 37.14 36.79 39.79 -
YUV 164.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 177 159 163 0 0.10 0.08 0.31 346.67 0.1 0.66
Hex B1 9F A3 0 A 8 1F 15B A 42
Octal 261 237 243 0 12 10 37 533 12 102
Binary 10110001 10011111 10100011 0 1010 1000 11111 101011011 1010 1000010

Color Harmonies of #B19FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19FA3

Black with #B19FA3

Text Example


Text Example

White with #B19FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19FA3; }

 p { color: rgb(177,159,163); }

 H1.HeaderClassName
 {
   color: #B19FA3;
 }
 .AnyTagClassName
 {
   color: #B19FA3;
 }
</style>

background-color css

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

 a { background-color: rgb(177,159,163); }

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

border-color css

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

 span { border-color: rgb(177,159,163); }

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