#B69C7D

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

Shades of Pale Taupe #B69C7D

Tints of Pale Taupe #B69C7D

Color information

#B69C7D (or 0xB69C7D) is unknown color: approx Pale Taupe. HEX triplet: B6, 9C and 7D. RGB value is (182,156,125). Sum of RGB (Red+Green+Blue) = 182+156+125=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69C7D is #496382. Grayscale: #A0A0A0. Windows color (decimal): -4809603 or 8232118. OLE color: 8232118.

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

Color convert

RGB182156125-
CMYK00.140.310.29
HSL32.63º28.08%60.2%-
HSV(B)32.63º31.32%71.37%-
XYZ34.8835.224.36-
YUV160.24108.11143.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.31%
GREEN value IS 156 (61.33% from 255) = 33.69%
BLUE value IS 125 (49.22% from 255) = 27.00%
R=39.31%
G=33.69%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215612500.140.310.2932.6328.0860.2
HexB69C7D0E1F1D211c3c
Octal2662341750163735413474
Binary1011011010011100111110101110111111110110000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69C7D; }

 p { color: rgb(182,156,125); }

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

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

 a { background-color: rgb(182,156,125); }

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

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

 span { border-color: rgb(182,156,125); }

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