#BDBB9B

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

Shades of Tana #BDBB9B

Tints of Tana #BDBB9B

Color information

#BDBB9B (or 0xBDBB9B) is unknown color: approx Tana. HEX triplet: BD, BB and 9B. RGB value is (189,187,155). Sum of RGB (Red+Green+Blue) = 189+187+155=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBB9B is #424464. Grayscale: #B8B8B8. Windows color (decimal): -4342885 or 10206141. OLE color: 10206141.

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

Color convert

RGB189187155-
CMYK00.010.180.26
HSL56.47º20.48%67.45%-
HSV(B)56.47º17.99%74.12%-
XYZ44.6748.7338.06-
YUV183.95111.66131.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.59%
GREEN value IS 187 (73.44% from 255) = 35.22%
BLUE value IS 155 (60.94% from 255) = 29.19%
R=35.59%
G=35.22%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918715500.010.180.2656.4720.4867.45
HexBDBB9B01121A381443
Octal2752732330122327024103
Binary101111011011101110011011011001011010111000101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB9B; }

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

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

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

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

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

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

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

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