Html Css Color HEX #B4A18D Pale Taupe

📋 copy color: '#B4A18D'

red 180 ◦ green 161 ◦ blue 141

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

Shades of Pale Taupe #B4A18D

Tints of Pale Taupe #B4A18D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.4%

 BLUE value IS 141 (55.47% from 255) = 29.25%

R = 37.34%
G = 33.4%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B4A18D (or 0xB4A18D) is known color: Pale Taupe. HEX triplet: B4, A1 and 8D. RGB value is (180,161,141). Sum of RGB (Red+Green+Blue) = 180+161+141=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A18D is #4B5E72. Grayscale: #A4A4A4. Windows color (decimal): -4939379 or 9281972. OLE color: 9281972.

HSL color Cylindrical-coordinate representation of color #B4A18D: hue angle of 30.77º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4A18D is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 161 141 -
CMYK 0 0.11 0.22 0.29
HSL 30.77º 0.21% 0.63% -
HSV(B) 30.77º 0.22% 0.71% -
XYZ 36.37 37.12 30.45 -
YUV 164.4 114.79 139.13 -
System Red Green Blue C M Y K H S L
Decimal 180 161 141 0 0.11 0.22 0.29 30.77 0.21 0.63
Hex B4 A1 8D 0 B 16 1D 1F 15 3F
Octal 264 241 215 0 13 26 35 37 25 77
Binary 10110100 10100001 10001101 0 1011 10110 11101 11111 10101 111111

Color Harmonies of #B4A18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A18D

Black with #B4A18D

Text Example


Text Example

White with #B4A18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A18D; }

 p { color: rgb(180,161,141); }

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

background-color css

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

 a { background-color: rgb(180,161,141); }

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

border-color css

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

 span { border-color: rgb(180,161,141); }

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