Html Css Color HEX #B99986 Pale Taupe

📋 copy color: '#B99986'

red 185 ◦ green 153 ◦ blue 134

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

Shades of Pale Taupe #B99986

Tints of Pale Taupe #B99986

RGB

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

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

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

R = 39.19%
G = 32.42%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B99986 (or 0xB99986) is known color: Pale Taupe. HEX triplet: B9, 99 and 86. RGB value is (185,153,134). Sum of RGB (Red+Green+Blue) = 185+153+134=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 185 - color contains mainly: red. Hex color #B99986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99986 is #466679. Grayscale: #A0A0A0. Windows color (decimal): -4613754 or 8821177. OLE color: 8821177.

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

Color convert

RGB 185 153 134 -
CMYK 0 0.17 0.28 0.27
HSL 22.35º 0.27% 0.63% -
HSV(B) 22.35º 0.28% 0.73% -
XYZ 35.7 34.82 27.39 -
YUV 160.4 113.1 145.54 -
System Red Green Blue C M Y K H S L
Decimal 185 153 134 0 0.17 0.28 0.27 22.35 0.27 0.63
Hex B9 99 86 0 11 1C 1B 16 1B 3F
Octal 271 231 206 0 21 34 33 26 33 77
Binary 10111001 10011001 10000110 0 10001 11100 11011 10110 11011 111111

Color Harmonies of #B99986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99986

Black with #B99986

Text Example


Text Example

White with #B99986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99986; }

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

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

background-color css

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

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

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

border-color css

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

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

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