#B8967D

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

Shades of Pale Taupe #B8967D

Tints of Pale Taupe #B8967D

Color information

#B8967D (or 0xB8967D) is unknown color: approx Pale Taupe. HEX triplet: B8, 96 and 7D. RGB value is (184,150,125). Sum of RGB (Red+Green+Blue) = 184+150+125=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 184 - color contains mainly: red. Hex color #B8967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8967D is #476982. Grayscale: #9D9D9D. Windows color (decimal): -4680067 or 8230584. OLE color: 8230584.

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

Color convert

RGB184150125-
CMYK00.180.320.28
HSL25.42º29.35%60.59%-
HSV(B)25.42º32.07%72.16%-
XYZ34.3833.4824.05-
YUV157.32109.76147.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.09%
GREEN value IS 150 (58.98% from 255) = 32.68%
BLUE value IS 125 (49.22% from 255) = 27.23%
R=40.09%
G=32.68%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415012500.180.320.2825.4229.3560.59
HexB8967D012201C191d3d
Octal2702261750224034313575
Binary10111000100101101111101010010100000111001100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8967D; }

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

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

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

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

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

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

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

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