#B89373

Color #B89373 Pale Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Taupe #B89373

Tints of Pale Taupe #B89373

Color information

#B89373 (or 0xB89373) is unknown color: approx Pale Taupe. HEX triplet: B8, 93 and 73. RGB value is (184,147,115). Sum of RGB (Red+Green+Blue) = 184+147+115=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 184 - color contains mainly: red. Hex color #B89373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89373 is #476C8C. Grayscale: #9A9A9A. Windows color (decimal): -4680845 or 7574456. OLE color: 7574456.

HSL color Cylindrical-coordinate representation of color #B89373: hue angle of 27.83º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B89373 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB184147115-
CMYK00.200.380.28
HSL27.83º32.7%58.63%-
HSV(B)27.83º37.5%72.16%-
XYZ33.332.320.7-
YUV154.42105.76149.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.26%
GREEN value IS 147 (57.81% from 255) = 32.96%
BLUE value IS 115 (45.31% from 255) = 25.78%
R=41.26%
G=32.96%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414711500.200.380.2827.8332.758.63
HexB89373014261C1c213b
Octal2702231630244634344173
Binary101110001001001111100110101001001101110011100100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89373; }

 p { color: rgb(184,147,115); }

 H1.HeaderClassName
 {
   color: #B89373;
 }
 .AnyTagClassName
 {
   color: #B89373;
 }
</style>
background-color css

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

 a { background-color: rgb(184,147,115); }

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

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

 span { border-color: rgb(184,147,115); }

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