#B89E7D

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

Shades of Pale Taupe #B89E7D

Tints of Pale Taupe #B89E7D

Color information

#B89E7D (or 0xB89E7D) is unknown color: approx Pale Taupe. HEX triplet: B8, 9E and 7D. RGB value is (184,158,125). Sum of RGB (Red+Green+Blue) = 184+158+125=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 184 - color contains mainly: red. Hex color #B89E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89E7D is #476182. Grayscale: #A2A2A2. Windows color (decimal): -4678019 or 8232632. OLE color: 8232632.

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

Color convert

RGB184158125-
CMYK00.140.320.28
HSL33.56º29.35%60.59%-
HSV(B)33.56º32.07%72.16%-
XYZ35.736.1224.49-
YUV162.01107.11143.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.40%
GREEN value IS 158 (62.11% from 255) = 33.83%
BLUE value IS 125 (49.22% from 255) = 26.77%
R=39.40%
G=33.83%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415812500.140.320.2833.5629.3560.59
HexB89E7D0E201C221d3d
Octal2702361750164034423575
Binary10111000100111101111101011101000001110010001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89E7D; }

 p { color: rgb(184,158,125); }

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

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

 a { background-color: rgb(184,158,125); }

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

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

 span { border-color: rgb(184,158,125); }

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