#B89479

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

Shades of Pale Taupe #B89479

Tints of Pale Taupe #B89479

Color information

#B89479 (or 0xB89479) is unknown color: approx Pale Taupe. HEX triplet: B8, 94 and 79. RGB value is (184,148,121). Sum of RGB (Red+Green+Blue) = 184+148+121=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 184 - color contains mainly: red. Hex color #B89479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89479 is #476B86. Grayscale: #9B9B9B. Windows color (decimal): -4680583 or 7967928. OLE color: 7967928.

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

Color convert

RGB184148121-
CMYK00.200.340.28
HSL25.71º30.73%59.8%-
HSV(B)25.71º34.24%72.16%-
XYZ33.8132.7522.63-
YUV155.69108.43148.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.62%
GREEN value IS 148 (58.20% from 255) = 32.67%
BLUE value IS 121 (47.66% from 255) = 26.71%
R=40.62%
G=32.67%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414812100.200.340.2825.7130.7359.8
HexB89479014221C1a1f3c
Octal2702241710244234323774
Binary10111000100101001111001010100100010111001101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89479; }

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

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

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

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

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

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

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

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