Html Css Color HEX #B5A08A Pale Taupe

📋 copy color: '#B5A08A'

red 181 ◦ green 160 ◦ blue 138

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

Shades of Pale Taupe #B5A08A

Tints of Pale Taupe #B5A08A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.4%

 BLUE value IS 138 (54.3% from 255) = 28.81%

R = 37.79%
G = 33.4%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B5A08A (or 0xB5A08A) is known color: Pale Taupe. HEX triplet: B5, A0 and 8A. RGB value is (181,160,138). Sum of RGB (Red+Green+Blue) = 181+160+138=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A08A is #4A5F75. Grayscale: #A3A3A3. Windows color (decimal): -4874102 or 9085109. OLE color: 9085109.

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

Color convert

RGB 181 160 138 -
CMYK 0 0.12 0.24 0.29
HSL 30.7º 0.23% 0.63% -
HSV(B) 30.7º 0.24% 0.71% -
XYZ 36.21 36.8 29.24 -
YUV 163.77 113.46 140.29 -
System Red Green Blue C M Y K H S L
Decimal 181 160 138 0 0.12 0.24 0.29 30.7 0.23 0.63
Hex B5 A0 8A 0 C 18 1D 1F 17 3F
Octal 265 240 212 0 14 30 35 37 27 77
Binary 10110101 10100000 10001010 0 1100 11000 11101 11111 10111 111111

Color Harmonies of #B5A08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A08A

Black with #B5A08A

Text Example


Text Example

White with #B5A08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A08A; }

 p { color: rgb(181,160,138); }

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

background-color css

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

 a { background-color: rgb(181,160,138); }

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

border-color css

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

 span { border-color: rgb(181,160,138); }

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