#B7967B

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

Shades of Pale Taupe #B7967B

Tints of Pale Taupe #B7967B

Color information

#B7967B (or 0xB7967B) is unknown color: approx Pale Taupe. HEX triplet: B7, 96 and 7B. RGB value is (183,150,123). Sum of RGB (Red+Green+Blue) = 183+150+123=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 183 - color contains mainly: red. Hex color #B7967B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7967B is #486984. Grayscale: #9C9C9C. Windows color (decimal): -4745605 or 8099511. OLE color: 8099511.

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

Color convert

RGB183150123-
CMYK00.180.330.28
HSL27º29.41%60%-
HSV(B)27º32.79%71.76%-
XYZ34.0133.3123.38-
YUV156.79108.93146.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.13%
GREEN value IS 150 (58.98% from 255) = 32.89%
BLUE value IS 123 (48.44% from 255) = 26.97%
R=40.13%
G=32.89%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315012300.180.330.282729.4160
HexB7967B012211C1b1d3c
Octal2672261730224134333574
Binary10110111100101101111011010010100001111001101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7967B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7967B; }

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

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

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

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

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

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

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

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