#B69C79

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

Shades of Pale Taupe #B69C79

Tints of Pale Taupe #B69C79

Color information

#B69C79 (or 0xB69C79) is unknown color: approx Pale Taupe. HEX triplet: B6, 9C and 79. RGB value is (182,156,121). Sum of RGB (Red+Green+Blue) = 182+156+121=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 121 (47.66% from 255 or 26.36% from 459); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69C79 is #496386. Grayscale: #9F9F9F. Windows color (decimal): -4809607 or 7969974. OLE color: 7969974.

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

Color convert

RGB182156121-
CMYK00.140.340.29
HSL34.43º29.47%59.41%-
HSV(B)34.43º33.52%71.37%-
XYZ34.6335.123.04-
YUV159.78106.11143.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.65%
GREEN value IS 156 (61.33% from 255) = 33.99%
BLUE value IS 121 (47.66% from 255) = 26.36%
R=39.65%
G=33.99%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215612100.140.340.2934.4329.4759.41
HexB69C790E221D221d3b
Octal2662341710164235423573
Binary10110110100111001111001011101000101110110001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69C79; }

 p { color: rgb(182,156,121); }

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

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

 a { background-color: rgb(182,156,121); }

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

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

 span { border-color: rgb(182,156,121); }

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