#BDB69B

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

Shades of Tana #BDB69B

Tints of Tana #BDB69B

Color information

#BDB69B (or 0xBDB69B) is unknown color: approx Tana. HEX triplet: BD, B6 and 9B. RGB value is (189,182,155). Sum of RGB (Red+Green+Blue) = 189+182+155=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 182 (71.48% from 255 or 34.60% from 526); Blue value is 155 (60.94% from 255 or 29.47% from 526); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB69B is #424964. Grayscale: #B5B5B5. Windows color (decimal): -4344165 or 10204861. OLE color: 10204861.

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

Color convert

RGB189182155-
CMYK00.040.180.26
HSL47.65º20.48%67.45%-
HSV(B)47.65º17.99%74.12%-
XYZ43.6346.6437.71-
YUV181.02113.32133.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.93%
GREEN value IS 182 (71.48% from 255) = 34.60%
BLUE value IS 155 (60.94% from 255) = 29.47%
R=35.93%
G=34.60%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918215500.040.180.2647.6520.4867.45
HexBDB69B04121A301443
Octal2752662330422326024103
Binary10111101101101101001101101001001011010110000101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB69B; }

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

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

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

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

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

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

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

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