#B69784

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

Shades of Pale Taupe #B69784

Tints of Pale Taupe #B69784

Color information

#B69784 (or 0xB69784) is unknown color: approx Pale Taupe. HEX triplet: B6, 97 and 84. RGB value is (182,151,132). Sum of RGB (Red+Green+Blue) = 182+151+132=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 182 - color contains mainly: red. Hex color #B69784 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69784 is #49687B. Grayscale: #9E9E9E. Windows color (decimal): -4810876 or 8689590. OLE color: 8689590.

HSL color Cylindrical-coordinate representation of color #B69784: hue angle of 22.8º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B69784 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB182151132-
CMYK00.170.270.29
HSL22.8º25.51%61.57%-
HSV(B)22.8º27.47%71.37%-
XYZ34.5233.7426.52-
YUV158.1113.27145.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.14%
GREEN value IS 151 (59.38% from 255) = 32.47%
BLUE value IS 132 (51.95% from 255) = 28.39%
R=39.14%
G=32.47%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215113200.170.270.2922.825.5161.57
HexB697840111B1D171a3e
Octal2662272040213335273276
Binary10110110100101111000010001000111011111011011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69784; }

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

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

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

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

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

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

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

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