#BDB898

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

Shades of Tana #BDB898

Tints of Tana #BDB898

Color information

#BDB898 (or 0xBDB898) is unknown color: approx Tana. HEX triplet: BD, B8 and 98. RGB value is (189,184,152). Sum of RGB (Red+Green+Blue) = 189+184+152=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 184 (72.27% from 255 or 35.05% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB898 is #424767. Grayscale: #B5B5B5. Windows color (decimal): -4343656 or 10008765. OLE color: 10008765.

HSL color Cylindrical-coordinate representation of color #BDB898: hue angle of 51.89º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDB898 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB189184152-
CMYK00.030.200.26
HSL51.89º21.89%66.86%-
HSV(B)51.89º19.58%74.12%-
XYZ43.7947.3736.54-
YUV181.85111.16133.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36%
GREEN value IS 184 (72.27% from 255) = 35.05%
BLUE value IS 152 (59.77% from 255) = 28.95%
R=36%
G=35.05%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918415200.030.200.2651.8921.8966.86
HexBDB89803141A341643
Octal2752702300324326426103
Binary1011110110111000100110000111010011010110100101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB898; }

 p { color: rgb(189,184,152); }

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

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

 a { background-color: rgb(189,184,152); }

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

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

 span { border-color: rgb(189,184,152); }

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