#B89480

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

Shades of Pale Taupe #B89480

Tints of Pale Taupe #B89480

Color information

#B89480 (or 0xB89480) is unknown color: approx Pale Taupe. HEX triplet: B8, 94 and 80. RGB value is (184,148,128). Sum of RGB (Red+Green+Blue) = 184+148+128=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 184 - color contains mainly: red. Hex color #B89480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89480 is #476B7F. Grayscale: #9C9C9C. Windows color (decimal): -4680576 or 8426680. OLE color: 8426680.

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

Color convert

RGB184148128-
CMYK00.200.300.28
HSL21.43º28.28%61.18%-
HSV(B)21.43º30.43%72.16%-
XYZ34.2532.9324.97-
YUV156.48111.93147.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40%
GREEN value IS 148 (58.20% from 255) = 32.17%
BLUE value IS 128 (50.39% from 255) = 27.83%
R=40%
G=32.17%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414812800.200.300.2821.4328.2861.18
HexB894800141E1C151c3d
Octal2702242000243634253475
Binary10111000100101001000000001010011110111001010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89480; }

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

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

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

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

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

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

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

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