Html Css Color HEX #B99481 Pale Taupe

📋 copy color: '#B99481'

red 185 ◦ green 148 ◦ blue 129

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

Shades of Pale Taupe #B99481

Tints of Pale Taupe #B99481

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.03%

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

R = 40.04%
G = 32.03%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B99481 (or 0xB99481) is known color: Pale Taupe. HEX triplet: B9, 94 and 81. RGB value is (185,148,129). Sum of RGB (Red+Green+Blue) = 185+148+129=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B99481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99481 is #466B7E. Grayscale: #9D9D9D. Windows color (decimal): -4615039 or 8492217. OLE color: 8492217.

HSL color Cylindrical-coordinate representation of color #B99481: hue angle of 20.36º 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 #B99481 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 148 129 -
CMYK 0 0.20 0.30 0.27
HSL 20.36º 0.29% 0.62% -
HSV(B) 20.36º 0.3% 0.73% -
XYZ 34.56 33.08 25.33 -
YUV 156.9 112.26 148.04 -
System Red Green Blue C M Y K H S L
Decimal 185 148 129 0 0.20 0.30 0.27 20.36 0.29 0.62
Hex B9 94 81 0 14 1E 1B 14 1D 3E
Octal 271 224 201 0 24 36 33 24 35 76
Binary 10111001 10010100 10000001 0 10100 11110 11011 10100 11101 111110

Color Harmonies of #B99481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99481

Black with #B99481

Text Example


Text Example

White with #B99481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99481; }

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

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

background-color css

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

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

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

border-color css

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

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

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