#B69B81

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

Shades of Pale Taupe #B69B81

Tints of Pale Taupe #B69B81

Color information

#B69B81 (or 0xB69B81) is unknown color: approx Pale Taupe. HEX triplet: B6, 9B and 81. RGB value is (182,155,129). Sum of RGB (Red+Green+Blue) = 182+155+129=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 182 - color contains mainly: red. Hex color #B69B81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69B81 is #49647E. Grayscale: #A0A0A0. Windows color (decimal): -4809855 or 8494006. OLE color: 8494006.

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

Color convert

RGB182155129-
CMYK00.150.290.29
HSL29.43º26.63%60.98%-
HSV(B)29.43º29.12%71.37%-
XYZ34.9834.9725.68-
YUV160.11110.45143.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.06%
GREEN value IS 155 (60.94% from 255) = 33.26%
BLUE value IS 129 (50.78% from 255) = 27.68%
R=39.06%
G=33.26%
B=27.68%

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
Decimal18215512900.150.290.2929.4326.6360.98
HexB69B810F1D1D1d1b3d
Octal2662332010173535353375
Binary1011011010011011100000010111111101111011110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69B81; }

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

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

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

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

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

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

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

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