#BDB89B

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

Shades of Tana #BDB89B

Tints of Tana #BDB89B

Color information

#BDB89B (or 0xBDB89B) is unknown color: approx Tana. HEX triplet: BD, B8 and 9B. RGB value is (189,184,155). Sum of RGB (Red+Green+Blue) = 189+184+155=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB89B is #424764. Grayscale: #B6B6B6. Windows color (decimal): -4343653 or 10205373. OLE color: 10205373.

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

Color convert

RGB189184155-
CMYK00.030.180.26
HSL51.18º20.48%67.45%-
HSV(B)51.18º17.99%74.12%-
XYZ44.0447.4737.85-
YUV182.19112.66132.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.80%
GREEN value IS 184 (72.27% from 255) = 34.85%
BLUE value IS 155 (60.94% from 255) = 29.36%
R=35.80%
G=34.85%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918415500.030.180.2651.1820.4867.45
HexBDB89B03121A331443
Octal2752702330322326324103
Binary1011110110111000100110110111001011010110011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB89B; }

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

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

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

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

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

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

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

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