Html Css Color HEX #B9A081 Pale Taupe

📋 copy color: '#B9A081'

red 185 ◦ green 160 ◦ blue 129

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

Shades of Pale Taupe #B9A081

Tints of Pale Taupe #B9A081

RGB

 RED value IS 185 (72.66% from 255) = 39.03%

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

 BLUE value IS 129 (50.78% from 255) = 27.22%

R = 39.03%
G = 33.76%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B9A081 (or 0xB9A081) is known color: Pale Taupe. HEX triplet: B9, A0 and 81. RGB value is (185,160,129). Sum of RGB (Red+Green+Blue) = 185+160+129=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A081 is #465F7E. Grayscale: #A4A4A4. Windows color (decimal): -4611967 or 8495289. OLE color: 8495289.

HSL color Cylindrical-coordinate representation of color #B9A081: hue angle of 33.21º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9A081 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 160 129 -
CMYK 0 0.14 0.30 0.27
HSL 33.21º 0.29% 0.62% -
HSV(B) 33.21º 0.3% 0.73% -
XYZ 36.54 37.04 25.99 -
YUV 163.94 108.28 143.02 -
System Red Green Blue C M Y K H S L
Decimal 185 160 129 0 0.14 0.30 0.27 33.21 0.29 0.62
Hex B9 A0 81 0 E 1E 1B 21 1D 3E
Octal 271 240 201 0 16 36 33 41 35 76
Binary 10111001 10100000 10000001 0 1110 11110 11011 100001 11101 111110

Color Harmonies of #B9A081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A081

Black with #B9A081

Text Example


Text Example

White with #B9A081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A081; }

 p { color: rgb(185,160,129); }

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

background-color css

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

 a { background-color: rgb(185,160,129); }

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

border-color css

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

 span { border-color: rgb(185,160,129); }

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