Html Css Color HEX #B19FA2 Careys Pink

📋 copy color: '#B19FA2'

red 177 ◦ green 159 ◦ blue 162

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

Shades of Careys Pink #B19FA2

Tints of Careys Pink #B19FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.53%

R = 35.54%
G = 31.93%
B = 32.53%

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

#B19FA2 (or 0xB19FA2) is known color: Careys Pink. HEX triplet: B1, 9F and A2. RGB value is (177,159,162). Sum of RGB (Red+Green+Blue) = 177+159+162=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 162 (63.67% from 255 or 32.53% from 498); Max value from RGB is 177 - color contains mainly: red. Hex color #B19FA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19FA2 is #4E605D. Grayscale: #A4A4A4. Windows color (decimal): -5136478 or 10657713. OLE color: 10657713.

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

Color convert

RGB 177 159 162 -
CMYK 0 0.10 0.08 0.31
HSL 350º 0.1% 0.66% -
HSV(B) 350º 0.1% 0.69% -
XYZ 37.05 36.75 39.32 -
YUV 164.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 177 159 162 0 0.10 0.08 0.31 350 0.1 0.66
Hex B1 9F A2 0 A 8 1F 15E A 42
Octal 261 237 242 0 12 10 37 536 12 102
Binary 10110001 10011111 10100010 0 1010 1000 11111 101011110 1010 1000010

Color Harmonies of #B19FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19FA2

Black with #B19FA2

Text Example


Text Example

White with #B19FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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