#BDB998

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

Shades of Tana #BDB998

Tints of Tana #BDB998

Color information

#BDB998 (or 0xBDB998) is unknown color: approx Tana. HEX triplet: BD, B9 and 98. RGB value is (189,185,152). Sum of RGB (Red+Green+Blue) = 189+185+152=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 152 (59.77% from 255 or 28.90% from 526); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB998 is #424667. Grayscale: #B6B6B6. Windows color (decimal): -4343400 or 10009021. OLE color: 10009021.

HSL color Cylindrical-coordinate representation of color #BDB998: hue angle of 53.51º 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 #BDB998 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB189185152-
CMYK00.020.200.26
HSL53.51º21.89%66.86%-
HSV(B)53.51º19.58%74.12%-
XYZ4447.7836.61-
YUV182.43110.83132.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.93%
GREEN value IS 185 (72.66% from 255) = 35.17%
BLUE value IS 152 (59.77% from 255) = 28.90%
R=35.93%
G=35.17%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918515200.020.200.2653.5121.8966.86
HexBDB99802141A361643
Octal2752712300224326626103
Binary1011110110111001100110000101010011010110110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB998; }

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

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

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

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

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

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

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

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