Html Css Color HEX #B5A089 Pale Taupe

📋 copy color: '#B5A089'

red 181 ◦ green 160 ◦ blue 137

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

Shades of Pale Taupe #B5A089

Tints of Pale Taupe #B5A089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.66%

R = 37.87%
G = 33.47%
B = 28.66%

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

#B5A089 (or 0xB5A089) is known color: Pale Taupe. HEX triplet: B5, A0 and 89. RGB value is (181,160,137). Sum of RGB (Red+Green+Blue) = 181+160+137=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A089 is #4A5F76. Grayscale: #A3A3A3. Windows color (decimal): -4874103 or 9019573. OLE color: 9019573.

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

Color convert

RGB 181 160 137 -
CMYK 0 0.12 0.24 0.29
HSL 31.36º 0.23% 0.62% -
HSV(B) 31.36º 0.24% 0.71% -
XYZ 36.14 36.77 28.86 -
YUV 163.66 112.96 140.37 -
System Red Green Blue C M Y K H S L
Decimal 181 160 137 0 0.12 0.24 0.29 31.36 0.23 0.62
Hex B5 A0 89 0 C 18 1D 1F 17 3E
Octal 265 240 211 0 14 30 35 37 27 76
Binary 10110101 10100000 10001001 0 1100 11000 11101 11111 10111 111110

Color Harmonies of #B5A089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A089

Black with #B5A089

Text Example


Text Example

White with #B5A089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A089; }

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

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

background-color css

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

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

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

border-color css

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

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

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