#D5BC91

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

Shades of Tan #D5BC91

Tints of Tan #D5BC91

Color information

#D5BC91 (or 0xD5BC91) is unknown color: approx Tan. HEX triplet: D5, BC and 91. RGB value is (213,188,145). Sum of RGB (Red+Green+Blue) = 213+188+145=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 145 (57.03% from 255 or 26.56% from 546); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BC91 is #2A436E. Grayscale: #BEBEBE. Windows color (decimal): -2769775 or 9551061. OLE color: 9551061.

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

Color convert

RGB213188145-
CMYK00.120.320.16
HSL37.94º44.74%70.2%-
HSV(B)37.94º31.92%83.53%-
XYZ50.5352.1634.19-
YUV190.57102.28144-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.01%
GREEN value IS 188 (73.83% from 255) = 34.43%
BLUE value IS 145 (57.03% from 255) = 26.56%
R=39.01%
G=34.43%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318814500.120.320.1637.9444.7470.2
HexD5BC910C2010262d46
Octal32527422101440204655106
Binary11010101101111001001000101100100000100001001101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BC91; }

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

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

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

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

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

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

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

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