#B69682

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

Shades of Pale Taupe #B69682

Tints of Pale Taupe #B69682

Color information

#B69682 (or 0xB69682) is unknown color: approx Pale Taupe. HEX triplet: B6, 96 and 82. RGB value is (182,150,130). Sum of RGB (Red+Green+Blue) = 182+150+130=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 182 - color contains mainly: red. Hex color #B69682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69682 is #49697D. Grayscale: #9D9D9D. Windows color (decimal): -4811134 or 8558262. OLE color: 8558262.

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

Color convert

RGB182150130-
CMYK00.180.290.29
HSL23.08º26.26%61.18%-
HSV(B)23.08º28.57%71.37%-
XYZ34.2333.3725.76-
YUV157.29112.6145.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.39%
GREEN value IS 150 (58.98% from 255) = 32.47%
BLUE value IS 130 (51.17% from 255) = 28.14%
R=39.39%
G=32.47%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215013000.180.290.2923.0826.2661.18
HexB696820121D1D171a3d
Octal2662262020223535273275
Binary10110110100101101000001001001011101111011011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69682; }

 p { color: rgb(182,150,130); }

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

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

 a { background-color: rgb(182,150,130); }

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

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

 span { border-color: rgb(182,150,130); }

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