#B89875

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

Shades of Pale Taupe #B89875

Tints of Pale Taupe #B89875

Color information

#B89875 (or 0xB89875) is unknown color: approx Pale Taupe. HEX triplet: B8, 98 and 75. RGB value is (184,152,117). Sum of RGB (Red+Green+Blue) = 184+152+117=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 152 (59.77% from 255 or 33.55% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 184 - color contains mainly: red. Hex color #B89875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89875 is #47678A. Grayscale: #9D9D9D. Windows color (decimal): -4679563 or 7706808. OLE color: 7706808.

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

Color convert

RGB184152117-
CMYK00.170.360.28
HSL31.34º32.06%59.02%-
HSV(B)31.34º36.41%72.16%-
XYZ34.2133.9321.58-
YUV157.58105.1146.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.62%
GREEN value IS 152 (59.77% from 255) = 33.55%
BLUE value IS 117 (46.09% from 255) = 25.83%
R=40.62%
G=33.55%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415211700.170.360.2831.3432.0659.02
HexB89875011241C1f203b
Octal2702301650214434374073
Binary101110001001100011101010100011001001110011111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89875; }

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

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

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

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

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

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

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

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