#B8947E

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

Shades of Pale Taupe #B8947E

Tints of Pale Taupe #B8947E

Color information

#B8947E (or 0xB8947E) is unknown color: approx Pale Taupe. HEX triplet: B8, 94 and 7E. RGB value is (184,148,126). Sum of RGB (Red+Green+Blue) = 184+148+126=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 126 (49.61% from 255 or 27.51% from 458); Max value from RGB is 184 - color contains mainly: red. Hex color #B8947E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8947E is #476B81. Grayscale: #9C9C9C. Windows color (decimal): -4680578 or 8295608. OLE color: 8295608.

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

Color convert

RGB184148126-
CMYK00.200.320.28
HSL22.76º29%60.78%-
HSV(B)22.76º31.52%72.16%-
XYZ34.1232.8824.29-
YUV156.26110.93147.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.17%
GREEN value IS 148 (58.20% from 255) = 32.31%
BLUE value IS 126 (49.61% from 255) = 27.51%
R=40.17%
G=32.31%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414812600.200.320.2822.762960.78
HexB8947E014201C171d3d
Octal2702241760244034273575
Binary10111000100101001111110010100100000111001011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8947E; }

 p { color: rgb(184,148,126); }

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

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

 a { background-color: rgb(184,148,126); }

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

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

 span { border-color: rgb(184,148,126); }

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