Html Css Color HEX #B49C85 Pale Taupe

📋 copy color: '#B49C85'

red 180 ◦ green 156 ◦ blue 133

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

Shades of Pale Taupe #B49C85

Tints of Pale Taupe #B49C85

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.26%

 BLUE value IS 133 (52.34% from 255) = 28.36%

R = 38.38%
G = 33.26%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B49C85 (or 0xB49C85) is known color: Pale Taupe. HEX triplet: B4, 9C and 85. RGB value is (180,156,133). Sum of RGB (Red+Green+Blue) = 180+156+133=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49C85 is #4B637A. Grayscale: #A0A0A0. Windows color (decimal): -4940667 or 8756404. OLE color: 8756404.

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

Color convert

RGB 180 156 133 -
CMYK 0 0.13 0.26 0.29
HSL 29.36º 0.24% 0.61% -
HSV(B) 29.36º 0.26% 0.71% -
XYZ 34.94 35.17 27.14 -
YUV 160.55 112.45 141.87 -
System Red Green Blue C M Y K H S L
Decimal 180 156 133 0 0.13 0.26 0.29 29.36 0.24 0.61
Hex B4 9C 85 0 D 1A 1D 1D 18 3D
Octal 264 234 205 0 15 32 35 35 30 75
Binary 10110100 10011100 10000101 0 1101 11010 11101 11101 11000 111101

Color Harmonies of #B49C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49C85

Black with #B49C85

Text Example


Text Example

White with #B49C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49C85; }

 p { color: rgb(180,156,133); }

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

background-color css

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

 a { background-color: rgb(180,156,133); }

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

border-color css

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

 span { border-color: rgb(180,156,133); }

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