Html Css Color HEX #B99080 Pale Taupe

📋 copy color: '#B99080'

red 185 ◦ green 144 ◦ blue 128

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

Shades of Pale Taupe #B99080

Tints of Pale Taupe #B99080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.51%

 BLUE value IS 128 (50.39% from 255) = 28.01%

R = 40.48%
G = 31.51%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B99080 (or 0xB99080) is known color: Pale Taupe. HEX triplet: B9, 90 and 80. RGB value is (185,144,128). Sum of RGB (Red+Green+Blue) = 185+144+128=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B99080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99080 is #466F7F. Grayscale: #9A9A9A. Windows color (decimal): -4616064 or 8425657. OLE color: 8425657.

HSL color Cylindrical-coordinate representation of color #B99080: hue angle of 16.84º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B99080 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 144 128 -
CMYK 0 0.22 0.31 0.27
HSL 16.84º 0.29% 0.61% -
HSV(B) 16.84º 0.31% 0.73% -
XYZ 33.88 31.82 24.78 -
YUV 154.44 113.08 149.8 -
System Red Green Blue C M Y K H S L
Decimal 185 144 128 0 0.22 0.31 0.27 16.84 0.29 0.61
Hex B9 90 80 0 16 1F 1B 11 1D 3D
Octal 271 220 200 0 26 37 33 21 35 75
Binary 10111001 10010000 10000000 0 10110 11111 11011 10001 11101 111101

Color Harmonies of #B99080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99080

Black with #B99080

Text Example


Text Example

White with #B99080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99080; }

 p { color: rgb(185,144,128); }

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

background-color css

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

 a { background-color: rgb(185,144,128); }

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

border-color css

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

 span { border-color: rgb(185,144,128); }

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