Html Css Color HEX #B49984 Pale Taupe

📋 copy color: '#B49984'

red 180 ◦ green 153 ◦ blue 132

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

Shades of Pale Taupe #B49984

Tints of Pale Taupe #B49984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.39%

R = 38.71%
G = 32.9%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B49984 (or 0xB49984) is known color: Pale Taupe. HEX triplet: B4, 99 and 84. RGB value is (180,153,132). Sum of RGB (Red+Green+Blue) = 180+153+132=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B49984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49984 is #4B667B. Grayscale: #9E9E9E. Windows color (decimal): -4941436 or 8690100. OLE color: 8690100.

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

Color convert

RGB 180 153 132 -
CMYK 0 0.15 0.27 0.29
HSL 26.25º 0.24% 0.61% -
HSV(B) 26.25º 0.27% 0.71% -
XYZ 34.38 34.15 26.61 -
YUV 158.68 112.95 143.21 -
System Red Green Blue C M Y K H S L
Decimal 180 153 132 0 0.15 0.27 0.29 26.25 0.24 0.61
Hex B4 99 84 0 F 1B 1D 1A 18 3D
Octal 264 231 204 0 17 33 35 32 30 75
Binary 10110100 10011001 10000100 0 1111 11011 11101 11010 11000 111101

Color Harmonies of #B49984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49984

Black with #B49984

Text Example


Text Example

White with #B49984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49984; }

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

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

background-color css

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

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

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

border-color css

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

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

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