Html Css Color HEX #B99281 Pale Taupe

📋 copy color: '#B99281'

red 185 ◦ green 146 ◦ blue 129

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

Shades of Pale Taupe #B99281

Tints of Pale Taupe #B99281

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.74%

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

R = 40.22%
G = 31.74%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B99281 (or 0xB99281) is known color: Pale Taupe. HEX triplet: B9, 92 and 81. RGB value is (185,146,129). Sum of RGB (Red+Green+Blue) = 185+146+129=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 129 (50.78% from 255 or 28.04% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B99281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99281 is #466D7E. Grayscale: #9B9B9B. Windows color (decimal): -4615551 or 8491705. OLE color: 8491705.

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

Color convert

RGB 185 146 129 -
CMYK 0 0.21 0.30 0.27
HSL 18.21º 0.29% 0.62% -
HSV(B) 18.21º 0.3% 0.73% -
XYZ 34.25 32.46 25.23 -
YUV 155.72 112.92 148.88 -
System Red Green Blue C M Y K H S L
Decimal 185 146 129 0 0.21 0.30 0.27 18.21 0.29 0.62
Hex B9 92 81 0 15 1E 1B 12 1D 3E
Octal 271 222 201 0 25 36 33 22 35 76
Binary 10111001 10010010 10000001 0 10101 11110 11011 10010 11101 111110

Color Harmonies of #B99281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99281

Black with #B99281

Text Example


Text Example

White with #B99281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99281; }

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

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

background-color css

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

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

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

border-color css

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

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

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