Html Css Color HEX #B49C83 Pale Taupe

📋 copy color: '#B49C83'

red 180 ◦ green 156 ◦ blue 131

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

Shades of Pale Taupe #B49C83

Tints of Pale Taupe #B49C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.05%

R = 38.54%
G = 33.4%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B49C83 (or 0xB49C83) is known color: Pale Taupe. HEX triplet: B4, 9C and 83. RGB value is (180,156,131). Sum of RGB (Red+Green+Blue) = 180+156+131=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 131 (51.56% from 255 or 28.05% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49C83 is #4B637C. Grayscale: #A0A0A0. Windows color (decimal): -4940669 or 8625332. OLE color: 8625332.

HSL color Cylindrical-coordinate representation of color #B49C83: hue angle of 30.61º degrees, saturation: 0.25, 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 #B49C83 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 156 131 -
CMYK 0 0.13 0.27 0.29
HSL 30.61º 0.25% 0.61% -
HSV(B) 30.61º 0.27% 0.71% -
XYZ 34.81 35.12 26.42 -
YUV 160.33 111.45 142.03 -
System Red Green Blue C M Y K H S L
Decimal 180 156 131 0 0.13 0.27 0.29 30.61 0.25 0.61
Hex B4 9C 83 0 D 1B 1D 1F 19 3D
Octal 264 234 203 0 15 33 35 37 31 75
Binary 10110100 10011100 10000011 0 1101 11011 11101 11111 11001 111101

Color Harmonies of #B49C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49C83

Black with #B49C83

Text Example


Text Example

White with #B49C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49C83; }

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

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

background-color css

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

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

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

border-color css

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

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

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