#B89D7E

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

Shades of Pale Taupe #B89D7E

Tints of Pale Taupe #B89D7E

Color information

#B89D7E (or 0xB89D7E) is unknown color: approx Pale Taupe. HEX triplet: B8, 9D and 7E. RGB value is (184,157,126). Sum of RGB (Red+Green+Blue) = 184+157+126=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 184 - color contains mainly: red. Hex color #B89D7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89D7E is #476281. Grayscale: #A1A1A1. Windows color (decimal): -4678274 or 8297912. OLE color: 8297912.

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

Color convert

RGB184157126-
CMYK00.150.320.28
HSL32.07º29%60.78%-
HSV(B)32.07º31.52%72.16%-
XYZ35.5935.8124.78-
YUV161.54107.95144.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.40%
GREEN value IS 157 (61.72% from 255) = 33.62%
BLUE value IS 126 (49.61% from 255) = 26.98%
R=39.40%
G=33.62%
B=26.98%

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
Decimal18415712600.150.320.2832.072960.78
HexB89D7E0F201C201d3d
Octal2702351760174034403575
Binary10111000100111011111110011111000001110010000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89D7E; }

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

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

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

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

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

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

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

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