#B69B82

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

Shades of Pale Taupe #B69B82

Tints of Pale Taupe #B69B82

Color information

#B69B82 (or 0xB69B82) is unknown color: approx Pale Taupe. HEX triplet: B6, 9B and 82. RGB value is (182,155,130). Sum of RGB (Red+Green+Blue) = 182+155+130=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 182 - color contains mainly: red. Hex color #B69B82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69B82 is #49647D. Grayscale: #A0A0A0. Windows color (decimal): -4809854 or 8559542. OLE color: 8559542.

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

Color convert

RGB182155130-
CMYK00.150.290.29
HSL28.85º26.26%61.18%-
HSV(B)28.85º28.57%71.37%-
XYZ35.043526.03-
YUV160.22110.95143.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.97%
GREEN value IS 155 (60.94% from 255) = 33.19%
BLUE value IS 130 (51.17% from 255) = 27.84%
R=38.97%
G=33.19%
B=27.84%

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
Decimal18215513000.150.290.2928.8526.2661.18
HexB69B820F1D1D1d1a3d
Octal2662332020173535353275
Binary1011011010011011100000100111111101111011110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69B82; }

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

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

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

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

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

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

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

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