#B89080

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

Shades of Pale Taupe #B89080

Tints of Pale Taupe #B89080

Color information

#B89080 (or 0xB89080) is unknown color: approx Pale Taupe. HEX triplet: B8, 90 and 80. RGB value is (184,144,128). Sum of RGB (Red+Green+Blue) = 184+144+128=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 184 - color contains mainly: red. Hex color #B89080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89080 is #476F7F. Grayscale: #9A9A9A. Windows color (decimal): -4681600 or 8425656. OLE color: 8425656.

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

Color convert

RGB184144128-
CMYK00.220.300.28
HSL17.14º28.28%61.18%-
HSV(B)17.14º30.43%72.16%-
XYZ33.6431.724.77-
YUV154.14113.25149.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.35%
GREEN value IS 144 (56.64% from 255) = 31.58%
BLUE value IS 128 (50.39% from 255) = 28.07%
R=40.35%
G=31.58%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414412800.220.300.2817.1428.2861.18
HexB890800161E1C111c3d
Octal2702202000263634213475
Binary10111000100100001000000001011011110111001000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89080; }

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

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

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

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

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

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

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

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