#B69480

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

Shades of Pale Taupe #B69480

Tints of Pale Taupe #B69480

Color information

#B69480 (or 0xB69480) is unknown color: approx Pale Taupe. HEX triplet: B6, 94 and 80. RGB value is (182,148,128). Sum of RGB (Red+Green+Blue) = 182+148+128=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 182 - color contains mainly: red. Hex color #B69480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69480 is #496B7F. Grayscale: #9C9C9C. Windows color (decimal): -4811648 or 8426678. OLE color: 8426678.

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

Color convert

RGB182148128-
CMYK00.190.300.29
HSL22.22º27%60.78%-
HSV(B)22.22º29.67%71.37%-
XYZ33.7832.6824.95-
YUV155.89112.26146.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.74%
GREEN value IS 148 (58.20% from 255) = 32.31%
BLUE value IS 128 (50.39% from 255) = 27.95%
R=39.74%
G=32.31%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214812800.190.300.2922.222760.78
HexB694800131E1D161b3d
Octal2662242000233635263375
Binary10110110100101001000000001001111110111011011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69480; }

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

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

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

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

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

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

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

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