Html Css Color HEX #B19EA2 Careys Pink

📋 copy color: '#B19EA2'

red 177 ◦ green 158 ◦ blue 162

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

Shades of Careys Pink #B19EA2

Tints of Careys Pink #B19EA2

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.79%

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

R = 35.61%
G = 31.79%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B19EA2 (or 0xB19EA2) is known color: Careys Pink. HEX triplet: B1, 9E and A2. RGB value is (177,158,162). Sum of RGB (Red+Green+Blue) = 177+158+162=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 177 - color contains mainly: red. Hex color #B19EA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19EA2 is #4E615D. Grayscale: #A4A4A4. Windows color (decimal): -5136734 or 10657457. OLE color: 10657457.

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

Color convert

RGB 177 158 162 -
CMYK 0 0.11 0.08 0.31
HSL 347.37º 0.11% 0.66% -
HSV(B) 347.37º 0.11% 0.69% -
XYZ 36.88 36.41 39.27 -
YUV 164.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 177 158 162 0 0.11 0.08 0.31 347.37 0.11 0.66
Hex B1 9E A2 0 B 8 1F 15B B 42
Octal 261 236 242 0 13 10 37 533 13 102
Binary 10110001 10011110 10100010 0 1011 1000 11111 101011011 1011 1000010

Color Harmonies of #B19EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19EA2

Black with #B19EA2

Text Example


Text Example

White with #B19EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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