#B69A82

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

Shades of Pale Taupe #B69A82

Tints of Pale Taupe #B69A82

Color information

#B69A82 (or 0xB69A82) is unknown color: approx Pale Taupe. HEX triplet: B6, 9A and 82. RGB value is (182,154,130). Sum of RGB (Red+Green+Blue) = 182+154+130=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 182 - color contains mainly: red. Hex color #B69A82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69A82 is #49657D. Grayscale: #9F9F9F. Windows color (decimal): -4810110 or 8559286. OLE color: 8559286.

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

Color convert

RGB182154130-
CMYK00.150.290.29
HSL27.69º26.26%61.18%-
HSV(B)27.69º28.57%71.37%-
XYZ34.8834.6725.97-
YUV159.64111.28143.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.06%
GREEN value IS 154 (60.55% from 255) = 33.05%
BLUE value IS 130 (51.17% from 255) = 27.90%
R=39.06%
G=33.05%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215413000.150.290.2927.6926.2661.18
HexB69A820F1D1D1c1a3d
Octal2662322020173535343275
Binary1011011010011010100000100111111101111011110011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69A82; }

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

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

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

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

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

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

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

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