#B7967C

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

Shades of Pale Taupe #B7967C

Tints of Pale Taupe #B7967C

Color information

#B7967C (or 0xB7967C) is unknown color: approx Pale Taupe. HEX triplet: B7, 96 and 7C. RGB value is (183,150,124). Sum of RGB (Red+Green+Blue) = 183+150+124=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 183 - color contains mainly: red. Hex color #B7967C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7967C is #486983. Grayscale: #9D9D9D. Windows color (decimal): -4745604 or 8165047. OLE color: 8165047.

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

Color convert

RGB183150124-
CMYK00.180.320.28
HSL26.44º29.06%60.2%-
HSV(B)26.44º32.24%71.76%-
XYZ34.0733.3423.71-
YUV156.9109.43146.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.04%
GREEN value IS 150 (58.98% from 255) = 32.82%
BLUE value IS 124 (48.83% from 255) = 27.13%
R=40.04%
G=32.82%
B=27.13%

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
Decimal18315012400.180.320.2826.4429.0660.2
HexB7967C012201C1a1d3c
Octal2672261740224034323574
Binary10110111100101101111100010010100000111001101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7967C; }

 p { color: rgb(183,150,124); }

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

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

 a { background-color: rgb(183,150,124); }

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

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

 span { border-color: rgb(183,150,124); }

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