#B69779

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

Shades of Pale Taupe #B69779

Tints of Pale Taupe #B69779

Color information

#B69779 (or 0xB69779) is unknown color: approx Pale Taupe. HEX triplet: B6, 97 and 79. RGB value is (182,151,121). Sum of RGB (Red+Green+Blue) = 182+151+121=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 121 (47.66% from 255 or 26.65% from 454); Max value from RGB is 182 - color contains mainly: red. Hex color #B69779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69779 is #496886. Grayscale: #9D9D9D. Windows color (decimal): -4810887 or 7968694. OLE color: 7968694.

HSL color Cylindrical-coordinate representation of color #B69779: hue angle of 29.51º 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 #B69779 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB182151121-
CMYK00.170.340.29
HSL29.51º29.47%59.41%-
HSV(B)29.51º33.52%71.37%-
XYZ33.8133.4622.77-
YUV156.85107.77145.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.09%
GREEN value IS 151 (59.38% from 255) = 33.26%
BLUE value IS 121 (47.66% from 255) = 26.65%
R=40.09%
G=33.26%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215112100.170.340.2929.5129.4759.41
HexB69779011221D1e1d3b
Octal2662271710214235363573
Binary10110110100101111111001010001100010111011111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69779; }

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

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

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

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

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

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

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

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