#D7BA92

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

Shades of Tan #D7BA92

Tints of Tan #D7BA92

Color information

#D7BA92 (or 0xD7BA92) is unknown color: approx Tan. HEX triplet: D7, BA and 92. RGB value is (215,186,146). Sum of RGB (Red+Green+Blue) = 215+186+146=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 146 (57.42% from 255 or 26.69% from 547); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BA92 is #28456D. Grayscale: #BEBEBE. Windows color (decimal): -2639214 or 9616087. OLE color: 9616087.

HSL color Cylindrical-coordinate representation of color #D7BA92: hue angle of 34.78º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D7BA92 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB215186146-
CMYK00.130.320.16
HSL34.78º46.31%70.78%-
HSV(B)34.78º32.09%84.31%-
XYZ50.7751.6434.49-
YUV190.11103.11145.75-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.31%
GREEN value IS 186 (73.05% from 255) = 34.00%
BLUE value IS 146 (57.42% from 255) = 26.69%
R=39.31%
G=34.00%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518614600.130.320.1634.7846.3170.78
HexD7BA920D2010232e47
Octal32727222201540204356107
Binary11010111101110101001001001101100000100001000111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BA92; }

 p { color: rgb(215,186,146); }

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

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

 a { background-color: rgb(215,186,146); }

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

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

 span { border-color: rgb(215,186,146); }

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