Html Css Color HEX #B5A18C Pale Taupe

📋 copy color: '#B5A18C'

red 181 ◦ green 161 ◦ blue 140

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

Shades of Pale Taupe #B5A18C

Tints of Pale Taupe #B5A18C

RGB

 RED value IS 181 (71.09% from 255) = 37.55%

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

 BLUE value IS 140 (55.08% from 255) = 29.05%

R = 37.55%
G = 33.4%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5A18C (or 0xB5A18C) is known color: Pale Taupe. HEX triplet: B5, A1 and 8C. RGB value is (181,161,140). Sum of RGB (Red+Green+Blue) = 181+161+140=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A18C is #4A5E73. Grayscale: #A4A4A4. Windows color (decimal): -4873844 or 9216437. OLE color: 9216437.

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

Color convert

RGB 181 161 140 -
CMYK 0 0.11 0.23 0.29
HSL 30.73º 0.22% 0.63% -
HSV(B) 30.73º 0.23% 0.71% -
XYZ 36.53 37.21 30.07 -
YUV 164.59 114.13 139.71 -
System Red Green Blue C M Y K H S L
Decimal 181 161 140 0 0.11 0.23 0.29 30.73 0.22 0.63
Hex B5 A1 8C 0 B 17 1D 1F 16 3F
Octal 265 241 214 0 13 27 35 37 26 77
Binary 10110101 10100001 10001100 0 1011 10111 11101 11111 10110 111111

Color Harmonies of #B5A18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A18C

Black with #B5A18C

Text Example


Text Example

White with #B5A18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A18C; }

 p { color: rgb(181,161,140); }

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

background-color css

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

 a { background-color: rgb(181,161,140); }

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

border-color css

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

 span { border-color: rgb(181,161,140); }

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