#B6967D

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

Shades of Pale Taupe #B6967D

Tints of Pale Taupe #B6967D

Color information

#B6967D (or 0xB6967D) is unknown color: approx Pale Taupe. HEX triplet: B6, 96 and 7D. RGB value is (182,150,125). Sum of RGB (Red+Green+Blue) = 182+150+125=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 182 - color contains mainly: red. Hex color #B6967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6967D is #496982. Grayscale: #9C9C9C. Windows color (decimal): -4811139 or 8230582. OLE color: 8230582.

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

Color convert

RGB182150125-
CMYK00.180.310.29
HSL26.32º28.08%60.2%-
HSV(B)26.32º31.32%71.37%-
XYZ33.933.2424.03-
YUV156.72110.1146.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.82%
GREEN value IS 150 (58.98% from 255) = 32.82%
BLUE value IS 125 (49.22% from 255) = 27.35%
R=39.82%
G=32.82%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215012500.180.310.2926.3228.0860.2
HexB6967D0121F1D1a1c3c
Octal2662261750223735323474
Binary1011011010010110111110101001011111111011101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6967D; }

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

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

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

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

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

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

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

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