#B69E7C

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

Shades of Pale Taupe #B69E7C

Tints of Pale Taupe #B69E7C

Color information

#B69E7C (or 0xB69E7C) is unknown color: approx Pale Taupe. HEX triplet: B6, 9E and 7C. RGB value is (182,158,124). Sum of RGB (Red+Green+Blue) = 182+158+124=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 182 - color contains mainly: red. Hex color #B69E7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69E7C is #496183. Grayscale: #A1A1A1. Windows color (decimal): -4809092 or 8167094. OLE color: 8167094.

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

Color convert

RGB182158124-
CMYK00.130.320.29
HSL35.17º28.43%60%-
HSV(B)35.17º31.87%71.37%-
XYZ35.1635.8524.14-
YUV161.3106.95142.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.22%
GREEN value IS 158 (62.11% from 255) = 34.05%
BLUE value IS 124 (48.83% from 255) = 26.72%
R=39.22%
G=34.05%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215812400.130.320.2935.1728.4360
HexB69E7C0D201D231c3c
Octal2662361740154035433474
Binary10110110100111101111100011011000001110110001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69E7C; }

 p { color: rgb(182,158,124); }

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

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

 a { background-color: rgb(182,158,124); }

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

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

 span { border-color: rgb(182,158,124); }

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