#B69D7B

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

Shades of Pale Taupe #B69D7B

Tints of Pale Taupe #B69D7B

Color information

#B69D7B (or 0xB69D7B) is unknown color: approx Pale Taupe. HEX triplet: B6, 9D and 7B. RGB value is (182,157,123). Sum of RGB (Red+Green+Blue) = 182+157+123=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 182 - color contains mainly: red. Hex color #B69D7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69D7B is #496284. Grayscale: #A0A0A0. Windows color (decimal): -4809349 or 8101302. OLE color: 8101302.

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

Color convert

RGB182157123-
CMYK00.140.320.29
HSL34.58º28.78%59.8%-
HSV(B)34.58º32.42%71.37%-
XYZ34.9235.4923.75-
YUV160.6106.78143.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.39%
GREEN value IS 157 (61.72% from 255) = 33.98%
BLUE value IS 123 (48.44% from 255) = 26.62%
R=39.39%
G=33.98%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215712300.140.320.2934.5828.7859.8
HexB69D7B0E201D231d3c
Octal2662351730164035433574
Binary10110110100111011111011011101000001110110001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69D7B; }

 p { color: rgb(182,157,123); }

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

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

 a { background-color: rgb(182,157,123); }

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

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

 span { border-color: rgb(182,157,123); }

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