#B6967A

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

Shades of Pale Taupe #B6967A

Tints of Pale Taupe #B6967A

Color information

#B6967A (or 0xB6967A) is unknown color: approx Pale Taupe. HEX triplet: B6, 96 and 7A. RGB value is (182,150,122). Sum of RGB (Red+Green+Blue) = 182+150+122=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 182 - color contains mainly: red. Hex color #B6967A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6967A is #496985. Grayscale: #9C9C9C. Windows color (decimal): -4811142 or 8033974. OLE color: 8033974.

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

Color convert

RGB182150122-
CMYK00.180.330.29
HSL28º29.13%59.61%-
HSV(B)28º32.97%71.37%-
XYZ33.7133.1623.04-
YUV156.38108.6146.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.09%
GREEN value IS 150 (58.98% from 255) = 33.04%
BLUE value IS 122 (48.05% from 255) = 26.87%
R=40.09%
G=33.04%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215012200.180.330.292829.1359.61
HexB6967A012211D1c1d3c
Octal2662261720224135343574
Binary10110110100101101111010010010100001111011110011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6967A; }

 p { color: rgb(182,150,122); }

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

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

 a { background-color: rgb(182,150,122); }

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

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

 span { border-color: rgb(182,150,122); }

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