#B89F7F

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

Shades of Pale Taupe #B89F7F

Tints of Pale Taupe #B89F7F

Color information

#B89F7F (or 0xB89F7F) is unknown color: approx Pale Taupe. HEX triplet: B8, 9F and 7F. RGB value is (184,159,127). Sum of RGB (Red+Green+Blue) = 184+159+127=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 184 - color contains mainly: red. Hex color #B89F7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89F7F is #476080. Grayscale: #A2A2A2. Windows color (decimal): -4677761 or 8363960. OLE color: 8363960.

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

Color convert

RGB184159127-
CMYK00.140.310.28
HSL33.68º28.64%60.98%-
HSV(B)33.68º30.98%72.16%-
XYZ3636.5225.23-
YUV162.83107.78143.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.15%
GREEN value IS 159 (62.5% from 255) = 33.83%
BLUE value IS 127 (50% from 255) = 27.02%
R=39.15%
G=33.83%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415912700.140.310.2833.6828.6460.98
HexB89F7F0E1F1C221d3d
Octal2702371770163734423575
Binary1011100010011111111111101110111111110010001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89F7F; }

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

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

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

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

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

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

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

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