#B89C78

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

Shades of Pale Taupe #B89C78

Tints of Pale Taupe #B89C78

Color information

#B89C78 (or 0xB89C78) is unknown color: approx Pale Taupe. HEX triplet: B8, 9C and 78. RGB value is (184,156,120). Sum of RGB (Red+Green+Blue) = 184+156+120=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89C78 is #476387. Grayscale: #A0A0A0. Windows color (decimal): -4678536 or 7904440. OLE color: 7904440.

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

Color convert

RGB184156120-
CMYK00.150.350.28
HSL33.75º31.07%59.61%-
HSV(B)33.75º34.78%72.16%-
XYZ35.0535.3222.74-
YUV160.27105.28144.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40%
GREEN value IS 156 (61.33% from 255) = 33.91%
BLUE value IS 120 (47.27% from 255) = 26.09%
R=40%
G=33.91%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415612000.150.350.2833.7531.0759.61
HexB89C780F231C221f3c
Octal2702341700174334423774
Binary10111000100111001111000011111000111110010001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89C78; }

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

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

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

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

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

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

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

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