Html Css Color HEX #B49986 Pale Taupe

📋 copy color: '#B49986'

red 180 ◦ green 153 ◦ blue 134

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

Shades of Pale Taupe #B49986

Tints of Pale Taupe #B49986

RGB

 RED value IS 180 (70.7% from 255) = 38.54%

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

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

R = 38.54%
G = 32.76%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B49986 (or 0xB49986) is known color: Pale Taupe. HEX triplet: B4, 99 and 86. RGB value is (180,153,134). Sum of RGB (Red+Green+Blue) = 180+153+134=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B49986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49986 is #4B6679. Grayscale: #9F9F9F. Windows color (decimal): -4941434 or 8821172. OLE color: 8821172.

HSL color Cylindrical-coordinate representation of color #B49986: hue angle of 24.78º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B49986 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 153 134 -
CMYK 0 0.15 0.26 0.29
HSL 24.78º 0.23% 0.62% -
HSV(B) 24.78º 0.26% 0.71% -
XYZ 34.52 34.21 27.34 -
YUV 158.91 113.95 143.04 -
System Red Green Blue C M Y K H S L
Decimal 180 153 134 0 0.15 0.26 0.29 24.78 0.23 0.62
Hex B4 99 86 0 F 1A 1D 19 17 3E
Octal 264 231 206 0 17 32 35 31 27 76
Binary 10110100 10011001 10000110 0 1111 11010 11101 11001 10111 111110

Color Harmonies of #B49986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49986

Black with #B49986

Text Example


Text Example

White with #B49986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49986; }

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

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

background-color css

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

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

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

border-color css

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

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

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