Html Css Color HEX #B49987 Pale Taupe

📋 copy color: '#B49987'

red 180 ◦ green 153 ◦ blue 135

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

Shades of Pale Taupe #B49987

Tints of Pale Taupe #B49987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.85%

R = 38.46%
G = 32.69%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B49987 (or 0xB49987) is known color: Pale Taupe. HEX triplet: B4, 99 and 87. RGB value is (180,153,135). Sum of RGB (Red+Green+Blue) = 180+153+135=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 135 (53.12% from 255 or 28.85% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B49987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49987 is #4B6678. Grayscale: #9F9F9F. Windows color (decimal): -4941433 or 8886708. OLE color: 8886708.

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

Color convert

RGB 180 153 135 -
CMYK 0 0.15 0.25 0.29
HSL 24º 0.23% 0.62% -
HSV(B) 24º 0.25% 0.71% -
XYZ 34.59 34.24 27.71 -
YUV 159.02 114.45 142.96 -
System Red Green Blue C M Y K H S L
Decimal 180 153 135 0 0.15 0.25 0.29 24 0.23 0.62
Hex B4 99 87 0 F 19 1D 18 17 3E
Octal 264 231 207 0 17 31 35 30 27 76
Binary 10110100 10011001 10000111 0 1111 11001 11101 11000 10111 111110

Color Harmonies of #B49987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49987

Black with #B49987

Text Example


Text Example

White with #B49987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49987; }

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

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

background-color css

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

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

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

border-color css

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

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

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