Html Css Color HEX #B9A08B Pale Taupe

📋 copy color: '#B9A08B'

red 185 ◦ green 160 ◦ blue 139

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

Shades of Pale Taupe #B9A08B

Tints of Pale Taupe #B9A08B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.72%

R = 38.22%
G = 33.06%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9A08B (or 0xB9A08B) is known color: Pale Taupe. HEX triplet: B9, A0 and 8B. RGB value is (185,160,139). Sum of RGB (Red+Green+Blue) = 185+160+139=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A08B is #465F74. Grayscale: #A5A5A5. Windows color (decimal): -4611957 or 9150649. OLE color: 9150649.

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

Color convert

RGB 185 160 139 -
CMYK 0 0.14 0.25 0.27
HSL 27.39º 0.25% 0.64% -
HSV(B) 27.39º 0.25% 0.73% -
XYZ 37.24 37.32 29.67 -
YUV 165.08 113.28 142.21 -
System Red Green Blue C M Y K H S L
Decimal 185 160 139 0 0.14 0.25 0.27 27.39 0.25 0.64
Hex B9 A0 8B 0 E 19 1B 1B 19 40
Octal 271 240 213 0 16 31 33 33 31 100
Binary 10111001 10100000 10001011 0 1110 11001 11011 11011 11001 1000000

Color Harmonies of #B9A08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A08B

Black with #B9A08B

Text Example


Text Example

White with #B9A08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A08B; }

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

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

background-color css

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

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

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

border-color css

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

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

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