#B89C7F

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

Shades of Pale Taupe #B89C7F

Tints of Pale Taupe #B89C7F

Color information

#B89C7F (or 0xB89C7F) is unknown color: approx Pale Taupe. HEX triplet: B8, 9C and 7F. RGB value is (184,156,127). Sum of RGB (Red+Green+Blue) = 184+156+127=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89C7F is #476380. Grayscale: #A1A1A1. Windows color (decimal): -4678529 or 8363192. OLE color: 8363192.

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

Color convert

RGB184156127-
CMYK00.150.310.28
HSL30.53º28.64%60.98%-
HSV(B)30.53º30.98%72.16%-
XYZ35.4935.525.06-
YUV161.07108.78144.36-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.40%
GREEN value IS 156 (61.33% from 255) = 33.40%
BLUE value IS 127 (50% from 255) = 27.19%
R=39.40%
G=33.40%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415612700.150.310.2830.5328.6460.98
HexB89C7F0F1F1C1f1d3d
Octal2702341770173734373575
Binary101110001001110011111110111111111111001111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89C7F; }

 p { color: rgb(184,156,127); }

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

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

 a { background-color: rgb(184,156,127); }

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

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

 span { border-color: rgb(184,156,127); }

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