Html Css Color HEX #B19E9F Careys Pink

📋 copy color: '#B19E9F'

red 177 ◦ green 158 ◦ blue 159

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

Shades of Careys Pink #B19E9F

Tints of Careys Pink #B19E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.19%

R = 35.83%
G = 31.98%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B19E9F (or 0xB19E9F) is known color: Careys Pink. HEX triplet: B1, 9E and 9F. RGB value is (177,158,159). Sum of RGB (Red+Green+Blue) = 177+158+159=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19E9F is #4E6160. Grayscale: #A3A3A3. Windows color (decimal): -5136737 or 10460849. OLE color: 10460849.

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

Color convert

RGB 177 158 159 -
CMYK 0 0.11 0.10 0.31
HSL 356.84º 0.11% 0.66% -
HSV(B) 356.84º 0.11% 0.69% -
XYZ 36.62 36.3 37.88 -
YUV 163.8 125.29 137.42 -
System Red Green Blue C M Y K H S L
Decimal 177 158 159 0 0.11 0.10 0.31 356.84 0.11 0.66
Hex B1 9E 9F 0 B A 1F 165 B 42
Octal 261 236 237 0 13 12 37 545 13 102
Binary 10110001 10011110 10011111 0 1011 1010 11111 101100101 1011 1000010

Color Harmonies of #B19E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19E9F

Black with #B19E9F

Text Example


Text Example

White with #B19E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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