#B69C7C

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

Shades of Pale Taupe #B69C7C

Tints of Pale Taupe #B69C7C

Color information

#B69C7C (or 0xB69C7C) is unknown color: approx Pale Taupe. HEX triplet: B6, 9C and 7C. RGB value is (182,156,124). Sum of RGB (Red+Green+Blue) = 182+156+124=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69C7C is #496383. Grayscale: #A0A0A0. Windows color (decimal): -4809604 or 8166582. OLE color: 8166582.

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

Color convert

RGB182156124-
CMYK00.140.320.29
HSL33.1º28.43%60%-
HSV(B)33.1º31.87%71.37%-
XYZ34.8235.1824.02-
YUV160.13107.61143.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.39%
GREEN value IS 156 (61.33% from 255) = 33.77%
BLUE value IS 124 (48.83% from 255) = 26.84%
R=39.39%
G=33.77%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215612400.140.320.2933.128.4360
HexB69C7C0E201D211c3c
Octal2662341740164035413474
Binary10110110100111001111100011101000001110110000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69C7C; }

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

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

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

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

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

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

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

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