#B8917A

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

Shades of Pale Taupe #B8917A

Tints of Pale Taupe #B8917A

Color information

#B8917A (or 0xB8917A) is unknown color: approx Pale Taupe. HEX triplet: B8, 91 and 7A. RGB value is (184,145,122). Sum of RGB (Red+Green+Blue) = 184+145+122=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 184 - color contains mainly: red. Hex color #B8917A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8917A is #476E85. Grayscale: #9A9A9A. Windows color (decimal): -4681350 or 8032696. OLE color: 8032696.

HSL color Cylindrical-coordinate representation of color #B8917A: hue angle of 22.26º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8917A is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB184145122-
CMYK00.210.340.28
HSL22.26º30.39%60%-
HSV(B)22.26º33.7%72.16%-
XYZ33.4131.8522.8-
YUV154.04109.92149.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.80%
GREEN value IS 145 (57.03% from 255) = 32.15%
BLUE value IS 122 (48.05% from 255) = 27.05%
R=40.80%
G=32.15%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414512200.210.340.2822.2630.3960
HexB8917A015221C161e3c
Octal2702211720254234263674
Binary10111000100100011111010010101100010111001011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8917A; }

 p { color: rgb(184,145,122); }

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

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

 a { background-color: rgb(184,145,122); }

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

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

 span { border-color: rgb(184,145,122); }

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