#B69380

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

Shades of Pale Taupe #B69380

Tints of Pale Taupe #B69380

Color information

#B69380 (or 0xB69380) is unknown color: approx Pale Taupe. HEX triplet: B6, 93 and 80. RGB value is (182,147,128). Sum of RGB (Red+Green+Blue) = 182+147+128=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 182 - color contains mainly: red. Hex color #B69380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69380 is #496C7F. Grayscale: #9B9B9B. Windows color (decimal): -4811904 or 8426422. OLE color: 8426422.

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

Color convert

RGB182147128-
CMYK00.190.300.29
HSL21.11º27%60.78%-
HSV(B)21.11º29.67%71.37%-
XYZ33.6232.3724.9-
YUV155.3112.6147.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.82%
GREEN value IS 147 (57.81% from 255) = 32.17%
BLUE value IS 128 (50.39% from 255) = 28.01%
R=39.82%
G=32.17%
B=28.01%

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
Decimal18214712800.190.300.2921.112760.78
HexB693800131E1D151b3d
Octal2662232000233635253375
Binary10110110100100111000000001001111110111011010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69380; }

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

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

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

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

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

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

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

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