Html Css Color HEX #B99B86 Pale Taupe

📋 copy color: '#B99B86'

red 185 ◦ green 155 ◦ blue 134

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

Shades of Pale Taupe #B99B86

Tints of Pale Taupe #B99B86

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.7%

 BLUE value IS 134 (52.73% from 255) = 28.27%

R = 39.03%
G = 32.7%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B99B86 (or 0xB99B86) is known color: Pale Taupe. HEX triplet: B9, 9B and 86. RGB value is (185,155,134). Sum of RGB (Red+Green+Blue) = 185+155+134=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99B86 is #466479. Grayscale: #A1A1A1. Windows color (decimal): -4613242 or 8821689. OLE color: 8821689.

HSL color Cylindrical-coordinate representation of color #B99B86: hue angle of 24.71º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B99B86 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 155 134 -
CMYK 0 0.16 0.28 0.27
HSL 24.71º 0.27% 0.63% -
HSV(B) 24.71º 0.28% 0.73% -
XYZ 36.03 35.48 27.5 -
YUV 161.58 112.44 144.71 -
System Red Green Blue C M Y K H S L
Decimal 185 155 134 0 0.16 0.28 0.27 24.71 0.27 0.63
Hex B9 9B 86 0 10 1C 1B 19 1B 3F
Octal 271 233 206 0 20 34 33 31 33 77
Binary 10111001 10011011 10000110 0 10000 11100 11011 11001 11011 111111

Color Harmonies of #B99B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99B86

Black with #B99B86

Text Example


Text Example

White with #B99B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99B86; }

 p { color: rgb(185,155,134); }

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

background-color css

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

 a { background-color: rgb(185,155,134); }

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

border-color css

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

 span { border-color: rgb(185,155,134); }

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