Html Css Color HEX #B99977 Pale Taupe

📋 copy color: '#B99977'

red 185 ◦ green 153 ◦ blue 119

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

Shades of Pale Taupe #B99977

Tints of Pale Taupe #B99977

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.48%

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

R = 40.48%
G = 33.48%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B99977 (or 0xB99977) is known color: Pale Taupe. HEX triplet: B9, 99 and 77. RGB value is (185,153,119). Sum of RGB (Red+Green+Blue) = 185+153+119=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B99977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99977 is #466688. Grayscale: #9E9E9E. Windows color (decimal): -4613769 or 7838137. OLE color: 7838137.

HSL color Cylindrical-coordinate representation of color #B99977: hue angle of 30.91º 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 #B99977 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 153 119 -
CMYK 0 0.17 0.36 0.27
HSL 30.91º 0.32% 0.6% -
HSV(B) 30.91º 0.36% 0.73% -
XYZ 34.73 34.43 22.27 -
YUV 158.69 105.6 146.76 -
System Red Green Blue C M Y K H S L
Decimal 185 153 119 0 0.17 0.36 0.27 30.91 0.32 0.6
Hex B9 99 77 0 11 24 1B 1F 20 3C
Octal 271 231 167 0 21 44 33 37 40 74
Binary 10111001 10011001 1110111 0 10001 100100 11011 11111 100000 111100

Color Harmonies of #B99977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99977

Black with #B99977

Text Example


Text Example

White with #B99977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99977; }

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

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

background-color css

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

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

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

border-color css

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

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

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