Html Css Color HEX #B99177 Pale Taupe

📋 copy color: '#B99177'

red 185 ◦ green 145 ◦ blue 119

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

Shades of Pale Taupe #B99177

Tints of Pale Taupe #B99177

RGB

 RED value IS 185 (72.66% from 255) = 41.2%

 GREEN value IS 145 (57.03% from 255) = 32.29%

 BLUE value IS 119 (46.88% from 255) = 26.5%

R = 41.2%
G = 32.29%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B99177 (or 0xB99177) is known color: Pale Taupe. HEX triplet: B9, 91 and 77. RGB value is (185,145,119). Sum of RGB (Red+Green+Blue) = 185+145+119=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 185 - color contains mainly: red. Hex color #B99177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99177 is #466E88. Grayscale: #9A9A9A. Windows color (decimal): -4615817 or 7836089. OLE color: 7836089.

HSL color Cylindrical-coordinate representation of color #B99177: hue angle of 23.64º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B99177 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 145 119 -
CMYK 0 0.22 0.36 0.27
HSL 23.64º 0.32% 0.6% -
HSV(B) 23.64º 0.36% 0.73% -
XYZ 33.46 31.9 21.85 -
YUV 154 108.25 150.11 -
System Red Green Blue C M Y K H S L
Decimal 185 145 119 0 0.22 0.36 0.27 23.64 0.32 0.6
Hex B9 91 77 0 16 24 1B 18 20 3C
Octal 271 221 167 0 26 44 33 30 40 74
Binary 10111001 10010001 1110111 0 10110 100100 11011 11000 100000 111100

Color Harmonies of #B99177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99177

Black with #B99177

Text Example


Text Example

White with #B99177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99177; }

 p { color: rgb(185,145,119); }

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

background-color css

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

 a { background-color: rgb(185,145,119); }

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

border-color css

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

 span { border-color: rgb(185,145,119); }

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