#B69980

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

Shades of Pale Taupe #B69980

Tints of Pale Taupe #B69980

Color information

#B69980 (or 0xB69980) is unknown color: approx Pale Taupe. HEX triplet: B6, 99 and 80. RGB value is (182,153,128). Sum of RGB (Red+Green+Blue) = 182+153+128=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 182 - color contains mainly: red. Hex color #B69980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69980 is #49667F. Grayscale: #9E9E9E. Windows color (decimal): -4810368 or 8427958. OLE color: 8427958.

HSL color Cylindrical-coordinate representation of color #B69980: hue angle of 27.78º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B69980 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB182153128-
CMYK00.160.300.29
HSL27.78º27%60.78%-
HSV(B)27.78º29.67%71.37%-
XYZ34.5834.2925.22-
YUV158.82110.61144.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.31%
GREEN value IS 153 (60.16% from 255) = 33.05%
BLUE value IS 128 (50.39% from 255) = 27.65%
R=39.31%
G=33.05%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215312800.160.300.2927.782760.78
HexB699800101E1D1c1b3d
Octal2662312000203635343375
Binary10110110100110011000000001000011110111011110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69980; }

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

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

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

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

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

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

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

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