#B8987A

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

Shades of Pale Taupe #B8987A

Tints of Pale Taupe #B8987A

Color information

#B8987A (or 0xB8987A) is unknown color: approx Pale Taupe. HEX triplet: B8, 98 and 7A. RGB value is (184,152,122). Sum of RGB (Red+Green+Blue) = 184+152+122=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 184 - color contains mainly: red. Hex color #B8987A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8987A is #476785. Grayscale: #9E9E9E. Windows color (decimal): -4679558 or 8034488. OLE color: 8034488.

HSL color Cylindrical-coordinate representation of color #B8987A: hue angle of 29.03º 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 #B8987A is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB184152122-
CMYK00.170.340.28
HSL29.03º30.39%60%-
HSV(B)29.03º33.7%72.16%-
XYZ34.5134.0523.17-
YUV158.15107.6146.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.17%
GREEN value IS 152 (59.77% from 255) = 33.19%
BLUE value IS 122 (48.05% from 255) = 26.64%
R=40.17%
G=33.19%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415212200.170.340.2829.0330.3960
HexB8987A011221C1d1e3c
Octal2702301720214234353674
Binary10111000100110001111010010001100010111001110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8987A; }

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

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

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

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

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

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

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

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