#B89075

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

Shades of Pale Taupe #B89075

Tints of Pale Taupe #B89075

Color information

#B89075 (or 0xB89075) is unknown color: approx Pale Taupe. HEX triplet: B8, 90 and 75. RGB value is (184,144,117). Sum of RGB (Red+Green+Blue) = 184+144+117=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 144 (56.64% from 255 or 32.36% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 184 - color contains mainly: red. Hex color #B89075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89075 is #476F8A. Grayscale: #999999. Windows color (decimal): -4681611 or 7704760. OLE color: 7704760.

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

Color convert

RGB184144117-
CMYK00.220.360.28
HSL24.18º32.06%59.02%-
HSV(B)24.18º36.41%72.16%-
XYZ32.9531.4221.16-
YUV152.88107.75150.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.35%
GREEN value IS 144 (56.64% from 255) = 32.36%
BLUE value IS 117 (46.09% from 255) = 26.29%
R=41.35%
G=32.36%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414411700.220.360.2824.1832.0659.02
HexB89075016241C18203b
Octal2702201650264434304073
Binary101110001001000011101010101101001001110011000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89075; }

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

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

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

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

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

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

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

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