Html Css Color HEX #B99380 Pale Taupe

📋 copy color: '#B99380'

red 185 ◦ green 147 ◦ blue 128

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

Shades of Pale Taupe #B99380

Tints of Pale Taupe #B99380

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.96%

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

R = 40.22%
G = 31.96%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B99380 (or 0xB99380) is known color: Pale Taupe. HEX triplet: B9, 93 and 80. RGB value is (185,147,128). Sum of RGB (Red+Green+Blue) = 185+147+128=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B99380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99380 is #466C7F. Grayscale: #9C9C9C. Windows color (decimal): -4615296 or 8426425. OLE color: 8426425.

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

Color convert

RGB 185 147 128 -
CMYK 0 0.21 0.31 0.27
HSL 20º 0.29% 0.61% -
HSV(B) 20º 0.31% 0.73% -
XYZ 34.34 32.74 24.93 -
YUV 156.2 112.09 148.54 -
System Red Green Blue C M Y K H S L
Decimal 185 147 128 0 0.21 0.31 0.27 20 0.29 0.61
Hex B9 93 80 0 15 1F 1B 14 1D 3D
Octal 271 223 200 0 25 37 33 24 35 75
Binary 10111001 10010011 10000000 0 10101 11111 11011 10100 11101 111101

Color Harmonies of #B99380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99380

Black with #B99380

Text Example


Text Example

White with #B99380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99380; }

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

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

background-color css

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

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

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

border-color css

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

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

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