Html Css Color HEX #B19495 Careys Pink

📋 copy color: '#B19495'

red 177 ◦ green 148 ◦ blue 149

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

Shades of Careys Pink #B19495

Tints of Careys Pink #B19495

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.22%

 BLUE value IS 149 (58.59% from 255) = 31.43%

R = 37.34%
G = 31.22%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B19495 (or 0xB19495) is known color: Careys Pink. HEX triplet: B1, 94 and 95. RGB value is (177,148,149). Sum of RGB (Red+Green+Blue) = 177+148+149=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 177 - color contains mainly: red. Hex color #B19495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19495 is #4E6B6A. Grayscale: #9C9C9C. Windows color (decimal): -5139307 or 9802929. OLE color: 9802929.

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

Color convert

RGB 177 148 149 -
CMYK 0 0.16 0.16 0.31
HSL 357.93º 0.16% 0.64% -
HSV(B) 357.93º 0.16% 0.69% -
XYZ 34.15 32.7 32.95 -
YUV 156.79 123.61 142.42 -
System Red Green Blue C M Y K H S L
Decimal 177 148 149 0 0.16 0.16 0.31 357.93 0.16 0.64
Hex B1 94 95 0 10 10 1F 166 10 40
Octal 261 224 225 0 20 20 37 546 20 100
Binary 10110001 10010100 10010101 0 10000 10000 11111 101100110 10000 1000000

Color Harmonies of #B19495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19495

Black with #B19495

Text Example


Text Example

White with #B19495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19495; }

 p { color: rgb(177,148,149); }

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

background-color css

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

 a { background-color: rgb(177,148,149); }

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

border-color css

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

 span { border-color: rgb(177,148,149); }

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