Html Css Color HEX #B19596 Careys Pink

📋 copy color: '#B19596'

red 177 ◦ green 149 ◦ blue 150

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

Shades of Careys Pink #B19596

Tints of Careys Pink #B19596

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.3%

 BLUE value IS 150 (58.98% from 255) = 31.51%

R = 37.18%
G = 31.3%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B19596 (or 0xB19596) is known color: Careys Pink. HEX triplet: B1, 95 and 96. RGB value is (177,149,150). Sum of RGB (Red+Green+Blue) = 177+149+150=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 177 - color contains mainly: red. Hex color #B19596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19596 is #4E6A69. Grayscale: #9D9D9D. Windows color (decimal): -5139050 or 9868721. OLE color: 9868721.

HSL color Cylindrical-coordinate representation of color #B19596: hue angle of 357.86º degrees, saturation: 0.15, 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 #B19596 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 149 150 -
CMYK 0 0.16 0.15 0.31
HSL 357.86º 0.15% 0.64% -
HSV(B) 357.86º 0.16% 0.69% -
XYZ 34.38 33.04 33.42 -
YUV 157.49 123.78 141.92 -
System Red Green Blue C M Y K H S L
Decimal 177 149 150 0 0.16 0.15 0.31 357.86 0.15 0.64
Hex B1 95 96 0 10 F 1F 166 F 40
Octal 261 225 226 0 20 17 37 546 17 100
Binary 10110001 10010101 10010110 0 10000 1111 11111 101100110 1111 1000000

Color Harmonies of #B19596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19596

Black with #B19596

Text Example


Text Example

White with #B19596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19596; }

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

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

background-color css

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

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

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

border-color css

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

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

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