#B89D7D

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

Shades of Pale Taupe #B89D7D

Tints of Pale Taupe #B89D7D

Color information

#B89D7D (or 0xB89D7D) is unknown color: approx Pale Taupe. HEX triplet: B8, 9D and 7D. RGB value is (184,157,125). Sum of RGB (Red+Green+Blue) = 184+157+125=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 184 - color contains mainly: red. Hex color #B89D7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89D7D is #476282. Grayscale: #A1A1A1. Windows color (decimal): -4678275 or 8232376. OLE color: 8232376.

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

Color convert

RGB184157125-
CMYK00.150.320.28
HSL32.54º29.35%60.59%-
HSV(B)32.54º32.07%72.16%-
XYZ35.5335.7824.44-
YUV161.42107.45144.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.48%
GREEN value IS 157 (61.72% from 255) = 33.69%
BLUE value IS 125 (49.22% from 255) = 26.82%
R=39.48%
G=33.69%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415712500.150.320.2832.5429.3560.59
HexB89D7D0F201C211d3d
Octal2702351750174034413575
Binary10111000100111011111101011111000001110010000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89D7D; }

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

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

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

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

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

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

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

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