#D5BC92

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

Shades of Tan #D5BC92

Tints of Tan #D5BC92

Color information

#D5BC92 (or 0xD5BC92) is unknown color: approx Tan. HEX triplet: D5, BC and 92. RGB value is (213,188,146). Sum of RGB (Red+Green+Blue) = 213+188+146=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 146 (57.42% from 255 or 26.69% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BC92 is #2A436D. Grayscale: #BEBEBE. Windows color (decimal): -2769774 or 9616597. OLE color: 9616597.

HSL color Cylindrical-coordinate representation of color #D5BC92: hue angle of 37.61º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5BC92 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB213188146-
CMYK00.120.310.16
HSL37.61º44.37%70.39%-
HSV(B)37.61º31.46%83.53%-
XYZ50.6152.1934.6-
YUV190.69102.78143.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.94%
GREEN value IS 188 (73.83% from 255) = 34.37%
BLUE value IS 146 (57.42% from 255) = 26.69%
R=38.94%
G=34.37%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318814600.120.310.1637.6144.3770.39
HexD5BC920C1F10262c46
Octal32527422201437204654106
Binary1101010110111100100100100110011111100001001101011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BC92; }

 p { color: rgb(213,188,146); }

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

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

 a { background-color: rgb(213,188,146); }

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

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

 span { border-color: rgb(213,188,146); }

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