Html Css Color HEX #B19CA0 Careys Pink

📋 copy color: '#B19CA0'

red 177 ◦ green 156 ◦ blue 160

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

Shades of Careys Pink #B19CA0

Tints of Careys Pink #B19CA0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.64%

 BLUE value IS 160 (62.89% from 255) = 32.45%

R = 35.9%
G = 31.64%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B19CA0 (or 0xB19CA0) is known color: Careys Pink. HEX triplet: B1, 9C and A0. RGB value is (177,156,160). Sum of RGB (Red+Green+Blue) = 177+156+160=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 177 - color contains mainly: red. Hex color #B19CA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19CA0 is #4E635F. Grayscale: #A2A2A2. Windows color (decimal): -5137248 or 10525873. OLE color: 10525873.

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

Color convert

RGB 177 156 160 -
CMYK 0 0.12 0.10 0.31
HSL 348.57º 0.12% 0.65% -
HSV(B) 348.57º 0.12% 0.69% -
XYZ 36.37 35.66 38.22 -
YUV 162.74 126.46 138.17 -
System Red Green Blue C M Y K H S L
Decimal 177 156 160 0 0.12 0.10 0.31 348.57 0.12 0.65
Hex B1 9C A0 0 C A 1F 15D C 41
Octal 261 234 240 0 14 12 37 535 14 101
Binary 10110001 10011100 10100000 0 1100 1010 11111 101011101 1100 1000001

Color Harmonies of #B19CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19CA0

Black with #B19CA0

Text Example


Text Example

White with #B19CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19CA0; }

 p { color: rgb(177,156,160); }

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

background-color css

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

 a { background-color: rgb(177,156,160); }

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

border-color css

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

 span { border-color: rgb(177,156,160); }

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