Html Css Color HEX #B99E86 Pale Taupe

📋 copy color: '#B99E86'

red 185 ◦ green 158 ◦ blue 134

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

Shades of Pale Taupe #B99E86

Tints of Pale Taupe #B99E86

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.12%

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

R = 38.78%
G = 33.12%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B99E86 (or 0xB99E86) is known color: Pale Taupe. HEX triplet: B9, 9E and 86. RGB value is (185,158,134). Sum of RGB (Red+Green+Blue) = 185+158+134=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99E86 is #466179. Grayscale: #A3A3A3. Windows color (decimal): -4612474 or 8822457. OLE color: 8822457.

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

Color convert

RGB 185 158 134 -
CMYK 0 0.15 0.28 0.27
HSL 28.24º 0.27% 0.63% -
HSV(B) 28.24º 0.28% 0.73% -
XYZ 36.54 36.49 27.67 -
YUV 163.34 111.45 143.45 -
System Red Green Blue C M Y K H S L
Decimal 185 158 134 0 0.15 0.28 0.27 28.24 0.27 0.63
Hex B9 9E 86 0 F 1C 1B 1C 1B 3F
Octal 271 236 206 0 17 34 33 34 33 77
Binary 10111001 10011110 10000110 0 1111 11100 11011 11100 11011 111111

Color Harmonies of #B99E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99E86

Black with #B99E86

Text Example


Text Example

White with #B99E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99E86; }

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

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

background-color css

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

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

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

border-color css

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

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

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