#B69978

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

Shades of Pale Taupe #B69978

Tints of Pale Taupe #B69978

Color information

#B69978 (or 0xB69978) is unknown color: approx Pale Taupe. HEX triplet: B6, 99 and 78. RGB value is (182,153,120). Sum of RGB (Red+Green+Blue) = 182+153+120=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B69978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69978 is #496687. Grayscale: #9E9E9E. Windows color (decimal): -4810376 or 7903670. OLE color: 7903670.

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

Color convert

RGB182153120-
CMYK00.160.340.29
HSL31.94º29.81%59.22%-
HSV(B)31.94º34.07%71.37%-
XYZ34.0734.0822.55-
YUV157.91106.61145.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40%
GREEN value IS 153 (60.16% from 255) = 33.63%
BLUE value IS 120 (47.27% from 255) = 26.37%
R=40%
G=33.63%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215312000.160.340.2931.9429.8159.22
HexB69978010221D201e3b
Octal2662311700204235403673
Binary101101101001100111110000100001000101110110000011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69978; }

 p { color: rgb(182,153,120); }

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

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

 a { background-color: rgb(182,153,120); }

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

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

 span { border-color: rgb(182,153,120); }

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